Skip to content
Snippets Groups Projects
Commit 185fa913 authored by Iñigo Moreno i Caireta's avatar Iñigo Moreno i Caireta
Browse files

Surround scripts with strings

parent 2dd09a24
No related branches found
No related tags found
1 merge request!70Resolve "Update deprecated deploy job"
Pipeline #57628 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment