Skip to content

Commit

Permalink
Fix another spot in the pipeline that I missed
Browse files Browse the repository at this point in the history
  • Loading branch information
RothAndrew committed Nov 9, 2021
1 parent 8c6ea6e commit 45edc4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ e2e:
- mkdir -p ~/.ssh
- chmod 700 ~/.ssh
- echo "$ZARF_KNOWN_HOST" > ~/.ssh/known_hosts
- ./build/zarf tools registry login registry1.dso.mil --username "robot\$bb-dev-imagepullonly" --password "$REGISTRY1_PASSWORD"
- ./build/zarf tools registry login registry1.dso.mil --username "$REGISTRY1_USERNAME_ZARF_ROBOT" --password "$REGISTRY1_PASSWORD_ZARF_ROBOT"
script:
- ./e2e.sh
resource_group: e2e
Expand Down

0 comments on commit 45edc4c

Please sign in to comment.