Skip to content

Commit

Permalink
Merge pull request #258 from dxw/fix-setup-move-clone-to-generate-config
Browse files Browse the repository at this point in the history
Fix setup move `clone` to `generate-config`
  • Loading branch information
Stretch96 authored Mar 8, 2024
2 parents 69afec3 + dbbe60f commit 3df81f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions bin/aws-sso/generate-config
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ echo ""

"$APP_ROOT/bin/dalmatian" aws-sso login -p dalmatian-login

"$APP_ROOT/bin/dalmatian" terraform-dependencies clone

"$APP_ROOT/bin/dalmatian" terraform-dependencies initialise

while IFS='' read -r workspace
Expand Down
2 changes: 0 additions & 2 deletions bin/configure-commands/setup
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,6 @@ echo "--- Dalmatian account configuration ---"
MAIN_DALMATIAN_ACCOUNT_ID=$(read_prompt_with_setup_default -p "Main dalmatian account ID" -d "main_dalmatian_account_id")
echo ""

"$APP_ROOT/bin/dalmatian" terraform-dependencies clone

"$APP_ROOT/bin/dalmatian" aws-sso generate-config

"$APP_ROOT/bin/dalmatian" aws-sso account-init -i "$MAIN_DALMATIAN_ACCOUNT_ID" -r "$DEFAULT_REGION" -n "dalmatian-main"
Expand Down

0 comments on commit 3df81f9

Please sign in to comment.