Skip to content

Commit

Permalink
add quotes around param
Browse files Browse the repository at this point in the history
  • Loading branch information
cameroncaci committed Sep 4, 2024
1 parent 3f6e507 commit bcc25b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ jobs:
- run:
name: Upload and set SSM param
command: |
scripts/upload-and-set-ssm-param << parameters.environment >> $VERSION $AWS_ACCESS_KEY_ID $AWS_SECRET_ACCESS_KEY $AWS_ACCOUNT_ID
scripts/upload-and-set-ssm-param "<< parameters.environment >>" $VERSION $AWS_ACCESS_KEY_ID $AWS_SECRET_ACCESS_KEY $AWS_ACCOUNT_ID
workflows:
lambda:
jobs:
Expand Down

0 comments on commit bcc25b7

Please sign in to comment.