Skip to content

Commit

Permalink
Update ui.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yayo16 authored Dec 9, 2024
1 parent b8d2c39 commit 674ccbb
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion data/ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,4 +279,12 @@ domain_edit:
save: Save
snippet_about: Updating will include the new domain name in all code snippets across GitHub Docs.
learn_more: Learn more
submission_failed: Submission failed. Please try again in a minute.
submission_failed: Submission failed. Please try again in a export GITLAB_TOKEN=$(cat gitlab-token.txt)
export GERRIT_TOKEN=$(cat gerrit-username-password.txt)
export GERRIT_SCHEME=basic
docker build \
--secret id=GIT_AUTH_TOKEN.gitlab.com,env=GITLAB_TOKEN \
--secret id=GIT_AUTH_TOKEN.gerrit.internal.example,env=GERRIT_TOKEN \
--secret id=GIT_AUTH_HEADER.gerrit.internal.example,env=GERRIT_SCHEME \
https://gitlab.com/example/todo-app.git

0 comments on commit 674ccbb

Please sign in to comment.