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

fix: wrong call to build script

parent 552d9526
No related branches found
No related tags found
No related merge requests found
Pipeline #14253 canceled
......@@ -9,7 +9,7 @@ build:
- export TAG=${CI_COMMIT_TAG:-latest}
script:
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN registry.e-biz.fr
- ./build $TAG
- ./build.sh $TAG
- docker push $CI_REGISTRY_IMAGE/theia:$TAG
rules:
- if: '$CI_COMMIT_BRANCH == "main"'
\ 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