aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2024-03-19 12:00:37 -0400
committermicah <micah@torproject.org>2024-03-25 19:23:05 +0000
commit095e9727ed29ce3d283de7bec375f38f454b06fd (patch)
tree8e4112432baf8a22341603ab35495b37e1cac329
parent1a620dd21b6c50d026f80e6140868ce769957806 (diff)
downloadsnowflake-ci_container_depends.tar.gz
snowflake-ci_container_depends.zip
CI: Remove echo in container stage.ci_container_depends
This was here for debugging and is no longer necessary. It also resulted in the following command being run: $ echo "Building Docker image with tag: $TAG" /kaniko/executor --context "${CI_PROJECT_DIR}" --dockerfile "${CI_PROJECT_DIR}/Dockerfile" --destination "${CI_REGISTRY_IMAGE}:${TAG}_${ARCH}" which does not produce the image properly.
-rw-r--r--.gitlab-ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d2bc664..46e02c2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -301,7 +301,6 @@ build-container:
script:
- if [ $CI_COMMIT_REF_NAME == "main" ]; then export TAG='latest'; fi
- >-
- echo "Building Docker image with tag: $TAG"
/kaniko/executor
--context "${CI_PROJECT_DIR}"
--dockerfile "${CI_PROJECT_DIR}/Dockerfile"