mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 11:11:30 -04:00
CI: Remove echo in container stage.
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.
This commit is contained in:
parent
1a620dd21b
commit
095e9727ed
1 changed files with 0 additions and 1 deletions
|
@ -301,7 +301,6 @@ build-container:
|
||||||
script:
|
script:
|
||||||
- if [ $CI_COMMIT_REF_NAME == "main" ]; then export TAG='latest'; fi
|
- if [ $CI_COMMIT_REF_NAME == "main" ]; then export TAG='latest'; fi
|
||||||
- >-
|
- >-
|
||||||
echo "Building Docker image with tag: $TAG"
|
|
||||||
/kaniko/executor
|
/kaniko/executor
|
||||||
--context "${CI_PROJECT_DIR}"
|
--context "${CI_PROJECT_DIR}"
|
||||||
--dockerfile "${CI_PROJECT_DIR}/Dockerfile"
|
--dockerfile "${CI_PROJECT_DIR}/Dockerfile"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue