mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-28 23:33:32 +02:00
whitespace only change
This commit is contained in:
parent
0c7ddd6054
commit
667bffe76d
1 changed files with 2 additions and 2 deletions
|
@ -111,7 +111,7 @@ then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cf service-key github-cd-account github-cd-key | sed 1,2d | jq -r '[.credentials.username, .credentials.password]|@tsv' |
|
cf service-key github-cd-account github-cd-key | sed 1,2d | jq -r '[.credentials.username, .credentials.password]|@tsv' |
|
||||||
while read -r username password; do
|
while read -r username password; do
|
||||||
gh secret --repo cisagov/getgov set CF_${upcase_name}_USERNAME --body $username
|
gh secret --repo cisagov/getgov set CF_${upcase_name}_USERNAME --body $username
|
||||||
gh secret --repo cisagov/getgov set CF_${upcase_name}_PASSWORD --body $password
|
gh secret --repo cisagov/getgov set CF_${upcase_name}_PASSWORD --body $password
|
||||||
|
@ -121,7 +121,7 @@ read -p "All done! Should we open a PR with these changes? (y/n) " -n 1 -r
|
||||||
echo
|
echo
|
||||||
if [[ $REPLY =~ ^[Yy]$ ]]
|
if [[ $REPLY =~ ^[Yy]$ ]]
|
||||||
then
|
then
|
||||||
git add ops/manifests/manifest-$1.yaml .github/workflows/ src/registrar/config/settings.py
|
git add ops/manifests/manifest-$1.yaml .github/workflows/ src/registrar/config/settings.py
|
||||||
git commit -m "Add new developer sandbox '"$1"' infrastructure"
|
git commit -m "Add new developer sandbox '"$1"' infrastructure"
|
||||||
gh pr create
|
gh pr create
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue