Skip to content
Snippets Groups Projects
Commit 2e451458 authored by Alexandra's avatar Alexandra
Browse files

chores: clean echo

parent 961c59f5
Branches
Tags
No related merge requests found
Pipeline #14263 canceled
......@@ -6,9 +6,7 @@ build:
services:
- docker:18.09.6-dind
script:
- echo $CI_COMMIT_TAG
- export TAG=${CI_COMMIT_TAG:-latest}
- echo $TAG
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN registry.e-biz.fr
- ./build.sh $TAG $CI_REGISTRY_IMAGE
- docker push $CI_REGISTRY_IMAGE:$TAG
......
......@@ -5,6 +5,4 @@ set -e
TAG=${1:-latest}
REGISTRY=${2:-theia}
echo $TAG
docker build --build-arg "version=$TAG" . -t "$REGISTRY:$TAG" --no-cache
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment