Skip to content

Commit

Permalink
Fix typo in buildspec (fluent#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
hossain-rayhan committed Jan 21, 2020
1 parent 0dfbeb0 commit 5533517
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildspec_publish_ssm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ phases:
- echo Publish SSM parameters
build:
commands:
- './scripts/publish_test.sh cicd-publish-ssm ${AWS_REGION}'
- './scripts/publish.sh cicd-publish-ssm ${AWS_REGION}'

# Assume role to verify, get the credentials, and set them as environment variables.
# Verification should be done using the credentials from a different account. It ensures that
Expand All @@ -18,7 +18,7 @@ phases:
- export AWS_SECRET_ACCESS_KEY=`echo $CREDS | jq -r .Credentials.SecretAccessKey`
- export AWS_SESSION_TOKEN=`echo $CREDS | jq -r .Credentials.SessionToken`

- './scripts/publish_test.sh cicd-verify-ssm ${AWS_REGION}'
- './scripts/publish.sh cicd-verify-ssm ${AWS_REGION}'
artifacts:
files:
- '**/*'

0 comments on commit 5533517

Please sign in to comment.