Skip to content

Commit

Permalink
Fix broken line of buildspec (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
yangaws committed May 14, 2019
1 parent 5634af5 commit cea4777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildspec.yml
Expand Up @@ -21,7 +21,7 @@ phases:
- ACCOUNT=$(aws sts get-caller-identity --query 'Account' --output text)
- PREPROD_IMAGE="$ACCOUNT.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com/$ECR_REPO"
- PR_NUM=$(echo $CODEBUILD_SOURCE_VERSION | grep -o '[0-9]\+')
- echo "Pull request number: $PR_NUM. No value means this build is not from pull request."
- echo 'Pull request number:' $PR_NUM '. No value means this build is not from pull request.'

build:
commands:
Expand Down

0 comments on commit cea4777

Please sign in to comment.