Skip to content

Commit

Permalink
Rename file to match expected name
Browse files Browse the repository at this point in the history
  • Loading branch information
ndejaco2 committed Oct 12, 2023
1 parent d6b9fb0 commit 5d364b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/beta-buildspec-java-pre-update-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ phases:
- HOOK_TYPE_ARN=$(aws cloudformation list-types --visibility PRIVATE --type HOOK --filters TypeNamePrefix=$TYPE_NAME --output json | jq -r '.TypeSummaries[0].TypeArn')
- aws cloudformation set-type-configuration --configuration file://test/configuration.json --type-arn $HOOK_TYPE_ARN
- INTEG_STACK_NAME="integ-$(echo $TYPE_CLEAN_NAME | sed s/_/-/g)"
- rain deploy test/integ.yml $INTEG_STACK_NAME -y
- rain deploy test/integ-setup.yml $INTEG_STACK_NAME -y
- rain deploy test/integ-succeed.yml $INTEG_STACK_NAME -y
- rain deploy test/integ-fail.yml $INTEG_STACK_NAME -y || [ $? -eq 1 ]
finally:
Expand Down

0 comments on commit 5d364b8

Please sign in to comment.