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

fix: gitlab ci, tag and stages missing

parent e6d26d2c
No related branches found
No related tags found
No related merge requests found
Pipeline #14251 failed
stages:
- build
build: build:
stage: bundle stage: bundle
services: services:
- docker:18.09.6-dind - docker:18.09.6-dind
before_script:
- export TAG=${CI_COMMIT_TAG:-latest}
script: script:
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN registry.e-biz.fr - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN registry.e-biz.fr
- ./build $TAG - ./build $TAG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment