Skip to content
Snippets Groups Projects
Commit c68e3ae2 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Update .gitlab-ci.yml

Former-commit-id: a750fa4b
parent 6d2e665e
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@ before_script:
# make toil workdir
- mkdir workdir
- mkdir logs
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
after_script:
- echo "All done"
......@@ -34,7 +35,6 @@ push_docker_tags:
- tags
script:
- docker tag lofareosc/prefactor-ci:latest $CI_REGISTRY/prefactor-ci:$CI_COMMIT_REF_NAME
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker push $CI_REGISTRY/prefactor-ci:$CI_COMMIT_REF_NAME
push_docker_master:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment