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 d22143b commit a2944eaCopy full SHA for a2944ea
buildspec/linuxTests.yml
@@ -25,7 +25,7 @@ phases:
25
pre_build:
26
commands:
27
- export HOME=/home/codebuild-user
28
- - export GITHUB_TOKEN=$GITHUB_TOKEN
+ - export GITHUB_TOKEN=${GITHUB_TOKEN}
29
- bash buildspec/shared/linux-pre_build.sh
30
31
build:
buildspec/packageTestVsix.yml
@@ -20,7 +20,7 @@ phases:
20
21
22
23
24
0 commit comments