Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

Commit

Permalink
use proper exit status from previous command
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittig committed Jan 5, 2018
1 parent e71f043 commit c05f7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion showcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Mappings:
RegionMap: RegionMapAmazonLinux2
UserData: |
/opt/aws/bin/cfn-init --verbose --stack=${STACKNAME} --region=${REGION} --resource=Instance
/opt/aws/bin/cfn-signal --exit-code 0 --stack=${STACKNAME} --region=${REGION} --resource=Instance
/opt/aws/bin/cfn-signal --exit-code $? --stack=${STACKNAME} --region=${REGION} --resource=Instance
Ubuntu:
RegionMap: RegionMapUbuntu
UserData: |
Expand Down

0 comments on commit c05f7e7

Please sign in to comment.