Skip to content
Snippets Groups Projects
Unverified Commit b906a607 authored by Johan Venter's avatar Johan Venter Committed by GitHub
Browse files

Merge pull request #114 from ska-telescope/update-gitlab-ci-vars

Update .gitlab-ci.yml
parents 163bf057 7f23bedb
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ run tests:
stage: test
image: nexus.engageska-portugal.pt/ska-docker/tango-builder:latest
before_script:
- docker login -u $DOCKER_REGISTRY_USER_LOGIN -p $CI_REGISTRY_PASS_LOGIN $CI_NX_REGISTRY
- docker login -u $DOCKER_REGISTRY_USERNAME -p $DOCKER_REGISTRY_PASSWORD $DOCKER_REGISTRY_HOST
tags:
- docker-executor
script:
......@@ -85,7 +85,7 @@ publish to nexus:
pages:
image: nexus.engageska-portugal.pt/ska-docker/tango-builder:latest
before_script:
- docker login -u $DOCKER_REGISTRY_USER_LOGIN -p $CI_REGISTRY_PASS_LOGIN $CI_NX_REGISTRY
- docker login -u $DOCKER_REGISTRY_USERNAME -p $DOCKER_REGISTRY_PASSWORD $DOCKER_REGISTRY_HOST
tags:
- docker-executor
stage: pages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment