Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.core
Commits
c3349432
Commit
c3349432
authored
Dec 10, 2018
by
André Anjos
💬
Committed by
Samuel GAIST
Dec 10, 2018
Browse files
[ci] Ensure we use docker-login before attempting to download containers from Idiap's registry
parent
5aa9f73d
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c3349432
...
...
@@ -4,6 +4,7 @@
# Definition of global variables (all stages)
variables
:
CONDA_ROOT
:
"
${CI_PROJECT_DIR}/miniconda"
DOCKER_REGISTRY
:
docker.idiap.ch
# Definition of our build pipeline order
...
...
@@ -23,6 +24,7 @@ stages:
-
./_ci/install.sh _ci master
#installs ci support scripts
-
./_ci/before_build.sh
-
docker info
-
docker login -u gitlab-ci-token -p $CI_JOB_TOKEN docker.idiap.ch
-
./scripts/before_test.sh build
#pulls required docker images and compiles
script
:
-
./_ci/build.sh
...
...
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