Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bis-aria
ariaec
Commits
44640191
Commit
44640191
authored
Jul 03, 2019
by
Fabrice ALLAIN
Browse files
fix: change depreacted CI var in gitlab ci conf file
parent
b11664f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
44640191
...
...
@@ -16,12 +16,12 @@ stages:
build
:
stage
:
build
script
:
-
docker login -u gitlab-ci-token -p "$CI_
BUILD
_TOKEN" registry-gitlab.pasteur.fr
-
docker build --pull -t "$CI_REGISTRY_IMAGE:$CI_
BUILD
_REF_NAME" .
-
docker login -u gitlab-ci-token -p "$CI_
JOB
_TOKEN" registry-gitlab.pasteur.fr
-
docker build --pull -t "$CI_REGISTRY_IMAGE:$CI_
COMMIT
_REF_NAME" .
-
docker push "$CI_REGISTRY_IMAGE:$CI_BUILD_REF_NAME"
pytest
:
image
:
registry-gitlab.pasteur.fr/bis-aria/ariaec:$CI_
BUILD
_REF_NAME
image
:
registry-gitlab.pasteur.fr/bis-aria/ariaec:$CI_
COMMIT
_REF_NAME
stage
:
test
script
:
-
cd ${CI_PROJECT_DIR}
...
...
@@ -66,7 +66,7 @@ deliver:
only
:
-
master
script
:
-
semantic-delivery-gitlab --token ${
GITLA
B_TOKEN}
-
semantic-delivery-gitlab --token ${
CI_JO
B_TOKEN}
stage
:
deliver
# deploy_pypi:
# stage: deploy
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment