Skip to content
Snippets Groups Projects
Commit fd751925 authored by Brittany Faciane's avatar Brittany Faciane
Browse files

Update .gitlab-ci.yml file

parent 6b5396b5
No related branches found
No related tags found
2 merge requests!1452Merge 2.8.2 to main,!1339No Story: Revert package registry back to marconi.
Pipeline #9759 failed
......@@ -48,7 +48,7 @@ pull db image:
interruptible: true
stage: pull-db
script:
- echo "$HARBOR_PASSWORD" | docker login -u "$HARBOR_USER" --password-stdin $REGISTRY_URL
- echo "$HARBOR_PASSWORD" | docker login --username "$HARBOR_USER" --password-stdin "$REGISTRY_URL"
- docker pull ${REGISTRY_URL}/db:workspaces
###############################################
......
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