UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bigbang
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Big Bang
bigbang
Commits
e5cc4557
Commit
e5cc4557
authored
3 years ago
by
Josh Wolf
Browse files
Options
Downloads
Patches
Plain Diff
parent
565344cf
No related branches found
No related tags found
1 merge request
!492
Breaking Change (not really): add new robot account to CI
Pipeline
#270001
passed
3 years ago
Stage: .pre
Stage: smoke tests
Stage: package
Stage: release
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
with
1 addition
and
1 deletion
.gitlab-ci.yml
+
1
−
1
View file @
e5cc4557
...
...
@@ -349,7 +349,7 @@ package:
# Set up auth
-
mkdir -p /root/.docker
-
|
jq -n '{"auths": {"registry.dso.mil": {"
username": $bb_registry_username, "password": $bb_registry_pw, "auth": $bb_registry_auth}, "registry1.dso.mil": {"username": "robot$bb-dev-imagepullonly", "password": $registry1_pw, "auth": $registry1_auth}, "registry.il2.dso.mil": {"username": $il2_registry_username, "password": $il2_registry_pw,
"auth": $il2_registry_auth} } }' \
jq -n '{"auths": {"registry.dso.mil": {"
auth": $bb_registry_auth}, "registry1.dso.mil": {"auth": $registry1_auth}, "registry.il2.dso.mil": {
"auth": $il2_registry_auth} } }' \
--arg bb_registry_auth ${BB_REGISTRY_AUTH} \
--arg registry1_auth ${REGISTRY1_AUTH} \
--arg il2_registry_auth ${IL2_REGISTRY_AUTH} > /root/.docker/config.json
...
...
This diff is collapsed.
Click to expand it.
joshwolf
@joshwolf
mentioned in commit
d45df692
·
3 years ago
mentioned in commit
d45df692
mentioned in commit d45df6926ed484d7c595d2bfc3c0de51580acaf0
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment