Skip to content

Commit

Permalink
Update buildspec.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPates committed Dec 12, 2023
1 parent d93f2c1 commit 3723f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cicd/tests/smoke/cli/buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ phases:
build:
commands:
- ./ssosync --version
- aws secretsmanager get-secret-value --secret-id=SecretGoogleCredential --query SecretString --output text | jq '.' > credentials.json
- aws secretsmanager get-secret-value --secret-id=SecretGoogleCredentials --query SecretString --output text | jq '.' > credentials.json
- cat credentials.json

- ./ssosync -t "${SCIMAccessToken}" -e "${SCIMEndpointUrl}" -u "${GoogleAdminEmail}" -i "${IdentityStoreID}" -r "${Region}" -s "groups" -g "name:AWS*"; ExitState=$?
Expand Down

0 comments on commit 3723f34

Please sign in to comment.