Skip to content
This repository was archived by the owner on Jul 11, 2024. It is now read-only.

Commit ced533c

Browse files
authored
Remove askpass from config to reduce confusion.
1 parent 04d4cd7 commit ced533c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cloudbuild-pr.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,11 @@ steps:
2424
MERGE_REV=$(git rev-parse HEAD^{commit})
2525
git checkout -f $$MERGE_REV
2626
env:
27-
- GIT_ASKPASS=/tmp/cloudbuild-github-pass.sh
2827
- OTHER_BRANCH_REMOTE_REF=refs/pull/$_PR_NUMBER/head
2928
- OTHER_BRANCH_LOCAL_REF=refs/remotes/origin/PR-$_PR_NUMBER
3029
- BASE_BRANCH_REMOTE_REF=refs/heads/$_BASE_BRANCH
3130
- BASE_BRANCH_LOCAL_REF=refs/remotes/origin/$_BASE_BRANCH
3231
- REPO_URL=https://github.com/curioswitch/curiostack
33-
secretEnv:
34-
- GITHUB_TOKEN
3532
- id: curio-generated-fetch-builder-image
3633
waitFor:
3734
- '-'

0 commit comments

Comments
 (0)