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

fix(ci): before script broken

parent f780b818
Branches
Tags
No related merge requests found
Pipeline #14191 failed
...@@ -9,14 +9,13 @@ before_script: ...@@ -9,14 +9,13 @@ before_script:
- apk update - apk update
- apk add nodejs npm - apk add nodejs npm
- apk add yarn - apk add yarn
- export TAG=${CI_COMMIT_TAG:-latest}
build: build:
stage: build stage: build
services: services:
- docker:18.09.6-dind - docker:18.09.6-dind
before_script:
- export TAG=${CI_COMMIT_TAG:-latest}
script: script:
- ./build.sh - ./build.sh
- 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment