Skip to content
Snippets Groups Projects
Commit 8e4c4553 authored by Philip ABBET's avatar Philip ABBET
Browse files

[ci] Fix

parent 7b284740
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -49,6 +49,8 @@ if [ ${#MISSING_IMAGES[@]} -gt 0 ]; then
if ! grep -q "docker.idiap.ch" ~/.docker/config.json ; then
docker login docker.idiap.ch
fi
else
docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN docker.idiap.ch
fi
# Pull the images
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment