From 2dd09a2475ed98d5ef8c40b304b9b75bd63a9c9b 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:19:27 +0200 Subject: [PATCH] Test removing \ --- ci-templates/industrial-ci-templates.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/ci-templates/industrial-ci-templates.yml b/ci-templates/industrial-ci-templates.yml index 7ce197e..0813cbc 100644 --- a/ci-templates/industrial-ci-templates.yml +++ b/ci-templates/industrial-ci-templates.yml @@ -54,15 +54,15 @@ - echo "[]" > /tmp/empty.rosinstall - >- ddeploy - --project-sources ${DDEPLOY_SOURCE} \ - --project-sources ${DDEPLOY_EXTRA_SOURCE} \ - --project-name ${DOCKER_PUSH_NAME} \ - --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} \ - --cmd ${DDEPLOY_CMD} \ + --project-sources ${DDEPLOY_SOURCE} + --project-sources ${DDEPLOY_EXTRA_SOURCE} + --project-name ${DOCKER_PUSH_NAME} + --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} + --cmd ${DDEPLOY_CMD} ${DDEPLOY_EXTRA_ARGS} - docker tag ${DOCKER_PUSH_REGISTRY}/${DOCKER_PUSH_NAME}:${DOCKER_PUSH_TAG} ${DOCKER_PUSH_REGISTRY}/${DOCKER_PUSH_NAME}:latest - docker login ${DOCKER_PUSH_REGISTRY} -u ${DOCKER_PUSH_USER} -p ${DOCKER_PUSH_TOKEN} -- GitLab