Skip to content

Commit

Permalink
fixed the SNS notification - referred to a non-existing parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
yakireliyahu1987 committed Nov 25, 2020
1 parent 65e2bd4 commit 81eb2b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ phases:
build:
commands:
- if [ -z $VERSION ]; then export VERSION=$CODEBUILD_SOURCE_VERSION; fi
- sed -i "s/<VERSION>/$VERSION/g" template.yaml
- sed -i "s|<VERSION>|$VERSION|g" template.yaml
- aws s3 cp $DEPLOYMENT_ASSET_LOCATION sf-deploy.py #Mandatory
- python sf-deploy.py # Mandatory

3 changes: 1 addition & 2 deletions template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ Resources:
- - "arn:aws:sns:"
- Ref: AWS::Region
- :525087191202:AllCloudPortfolioUtilities
Version:
Ref: "<VERSION>"
Version: "<VERSION>"
Product: ECR Cross-Region Replication
UpdateReplacePolicy: Delete
DeletionPolicy: Delete
Expand Down

0 comments on commit 81eb2b4

Please sign in to comment.