Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Hephzibah Pon Cellat Arulprakash committed Nov 20, 2023
1 parent 3e80288 commit 217b909
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ phases:
runtime-versions:
nodejs: 16
commands:
- set -xv
- if [ $CODEBUILD_WEBHOOK_EVENT == "PULL_REQUEST_MERGED" ]; then export BUILD_BRANCH_NAME=${CODEBUILD_WEBHOOK_BASE_REF#"refs/heads/"}; else export BUILD_BRANCH_NAME=${CODEBUILD_WEBHOOK_HEAD_REF#"refs/heads/"}; fi
- echo $CODEBUILD_WEBHOOK_EVENT
- echo $BUILD_BRANCH_NAME
Expand Down

0 comments on commit 217b909

Please sign in to comment.