diff --git a/cicd/tests/smoke/cli/buildspec.yml b/cicd/tests/smoke/cli/buildspec.yml index 20a2053b..63ab69f0 100644 --- a/cicd/tests/smoke/cli/buildspec.yml +++ b/cicd/tests/smoke/cli/buildspec.yml @@ -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=$?