From 3480f10053d2b182049d1c6e86175061fb4e56e0 Mon Sep 17 00:00:00 2001 From: Roy de Goei <goei@astron.nl> Date: Mon, 12 Sep 2022 15:10:14 +0200 Subject: [PATCH] SDC-679: remove quote in docker command --- steps/fix_long_baselines.cwl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steps/fix_long_baselines.cwl b/steps/fix_long_baselines.cwl index 400b43b..6161e06 100644 --- a/steps/fix_long_baselines.cwl +++ b/steps/fix_long_baselines.cwl @@ -42,6 +42,6 @@ outputs: hints: - class: DockerRequirement - dockerPull: git.astron.nl:5000/ldv/ldv-images/lofar-legacy:latest" + dockerPull: git.astron.nl:5000/ldv/ldv-images/lofar-legacy:latest - class: NetworkAccess networkAccess: true \ No newline at end of file -- GitLab