Loading docker/kaniko-template.yml +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ if [ "${DEV_BUILD}" = "true" ]; then DESTINATIONS="${DESTINATIONS} --destination=${CI_REGISTRY_IMAGE}/dev:${CI_COMMIT_SHORT_SHA}" fi - printf "Will use the following destinations:${DESTINATIONS}\n" | sed 's/--destination /\n/g' - printf "Will use the following destinations:${DESTINATIONS}\n" | sed 's/--destination=/\n/g' - /kaniko/executor --cache=${USE_CACHE} --context=${CONTEXT} --dockerfile=${DOCKERFILE} ${DESTINATIONS} ${LABELS} ${EXTRA_ARGS} - | if [ "${PYTHON_TEST}" = "true" ]; then Loading Loading
docker/kaniko-template.yml +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ if [ "${DEV_BUILD}" = "true" ]; then DESTINATIONS="${DESTINATIONS} --destination=${CI_REGISTRY_IMAGE}/dev:${CI_COMMIT_SHORT_SHA}" fi - printf "Will use the following destinations:${DESTINATIONS}\n" | sed 's/--destination /\n/g' - printf "Will use the following destinations:${DESTINATIONS}\n" | sed 's/--destination=/\n/g' - /kaniko/executor --cache=${USE_CACHE} --context=${CONTEXT} --dockerfile=${DOCKERFILE} ${DESTINATIONS} ${LABELS} ${EXTRA_ARGS} - | if [ "${PYTHON_TEST}" = "true" ]; then Loading