Skip to content

Commit 7836aca

Browse files
Update CNB tools
1 parent a3f11a9 commit 7836aca

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

scripts/integration.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ export CNB_RUN_IMAGE=${CNB_RUN_IMAGE:-cfbuildpacks/cflinuxfs3-cnb-experimental:r
1919
docker pull $CNB_BUILD_IMAGE
2020
docker pull $CNB_RUN_IMAGE
2121

22+
# Get GIT_TOKEN for github rate limiting
23+
GIT_TOKEN=${GIT_TOKEN:-"$(lpass show Shared-CF\ Buildpacks/concourse-private.yml | grep buildpacks-github-token | cut -d ' ' -f 2)"}
24+
export GIT_TOKEN
25+
2226
echo "Run Buildpack Runtime Integration Tests"
2327
set +e
2428
go test -timeout 0 -mod=vendor ./integration/... -v -run Integration

0 commit comments

Comments
 (0)