File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -26,16 +26,19 @@ phases:
2626 # - '>/dev/null apt-get -qq install -y ca-certificates'
2727 # - 'apt-get install --reinstall ca-certificates'
2828 - bash buildspec/shared/linux-install.sh
29+ - echo "testing whether or not this can be configured from a branch"
2930
3031 pre_build :
3132 commands :
3233 - export HOME=/home/codebuild-user
3334 - bash buildspec/shared/setup-github-token.sh
3435 - bash buildspec/shared/linux-pre_build.sh
36+ - echo "testing whether or not this can be configured from a branch"
3537
3638 build :
3739 commands :
3840 - export HOME=/home/codebuild-user
41+ - echo "testing whether or not this can be configured from a branch"
3942 # Ignore failure until throttling issues are fixed.
4043 - xvfb-run npm run testE2E; npm run mergeReports -- "$?"
4144 - VCS_COMMIT_ID="${CODEBUILD_RESOLVED_SOURCE_VERSION}"
You can’t perform that action at this time.
0 commit comments