Skip to content

Commit 742cddd

Browse files
committed
test(amazonq): can we change buildspec in a PR
1 parent 4421290 commit 742cddd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

buildspec/linuxE2ETests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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}"

0 commit comments

Comments
 (0)