We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e85e4 commit e71357cCopy full SHA for e71357c
buildspec/linuxIntegrationTests.yml
@@ -16,7 +16,6 @@ phases:
16
java: latest
17
18
commands:
19
- - exit 0
20
- '>/dev/null add-apt-repository universe'
21
- '>/dev/null apt-get -qq install -y apt-transport-https'
22
- '>/dev/null apt-get -qq update'
@@ -64,8 +63,8 @@ phases:
64
63
65
build:
66
67
- - npm ci --unsafe-perm
68
- - xvfb-run npm run integrationTest
+ # - npm ci --unsafe-perm
+ # - xvfb-run npm run integrationTest
69
- VCS_COMMIT_ID="${CODEBUILD_RESOLVED_SOURCE_VERSION}"
70
- CI_BUILD_URL=$(echo $CODEBUILD_BUILD_URL | sed 's/#/%23/g')
71
- CI_BUILD_ID="${CODEBUILD_BUILD_ID}"
0 commit comments