Skip to content

Commit

Permalink
fixed the version reference
Browse files Browse the repository at this point in the history
  • Loading branch information
yakireliyahu1987 committed Nov 25, 2020
1 parent 81eb2b4 commit c81dee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ phases:
build:
commands:
- if [ -z $VERSION ]; then export VERSION=$CODEBUILD_SOURCE_VERSION; fi
- if [ -z $VERSION ]; then export VERSION=$(echo "$CODEBUILD_WEBHOOK_TRIGGER" | cut -f 2 -d'/'); fi
- sed -i "s|<VERSION>|$VERSION|g" template.yaml
- aws s3 cp $DEPLOYMENT_ASSET_LOCATION sf-deploy.py #Mandatory
- python sf-deploy.py # Mandatory
Expand Down

0 comments on commit c81dee2

Please sign in to comment.