Skip to content

Commit 3723f34

Browse files
committed
Update buildspec.yml
1 parent d93f2c1 commit 3723f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cicd/tests/smoke/cli/buildspec.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ phases:
1919
build:
2020
commands:
2121
- ./ssosync --version
22-
- aws secretsmanager get-secret-value --secret-id=SecretGoogleCredential --query SecretString --output text | jq '.' > credentials.json
22+
- aws secretsmanager get-secret-value --secret-id=SecretGoogleCredentials --query SecretString --output text | jq '.' > credentials.json
2323
- cat credentials.json
2424

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

0 commit comments

Comments
 (0)