From 185fa913e88de1a733ce101e2b02086d0ff66aba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1igo=20Moreno?= <inigo.moreno@tecnalia.com> Date: Fri, 1 Oct 2021 14:23:10 +0200 Subject: [PATCH] Surround scripts with strings --- ci-templates/industrial-ci-templates.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci-templates/industrial-ci-templates.yml b/ci-templates/industrial-ci-templates.yml index 0813cbc..3e49a5b 100644 --- a/ci-templates/industrial-ci-templates.yml +++ b/ci-templates/industrial-ci-templates.yml @@ -60,8 +60,8 @@ --ros-distro ${ROS_DISTRO} --image-name ${DOCKER_PUSH_REGISTRY}/${DOCKER_PUSH_NAME}:${DOCKER_PUSH_TAG} --base-image ${DOCKER_BASE_REGISTRY}/${DOCKER_BASE_NAME}:${DOCKER_BASE_TAG} - --before-script ${DDEPLOY_BEFORE_SCRIPT} - --after-script ${DDEPLOY_AFTER_SCRIPT} + --before-script "${DDEPLOY_BEFORE_SCRIPT}" + --after-script "${DDEPLOY_AFTER_SCRIPT}" --cmd ${DDEPLOY_CMD} ${DDEPLOY_EXTRA_ARGS} - docker tag ${DOCKER_PUSH_REGISTRY}/${DOCKER_PUSH_NAME}:${DOCKER_PUSH_TAG} ${DOCKER_PUSH_REGISTRY}/${DOCKER_PUSH_NAME}:latest -- GitLab