Skip to content

Commit

Permalink
feat: add GIT_ASKPASS (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
y-oksaku authored Nov 1, 2024
1 parent a875f1a commit e9976f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion launch.go
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,8 @@ func launch(api screwdriver.API, buildID int, rootDir, emitterPath, metaSpace, s
"PS1": "",
"SCREWDRIVER": isCI,
"CI": isCI,
"GIT_PAGER": "cat", // https://github.com/screwdriver-cd/screwdriver/issues/1583#issuecomment-539677403
"GIT_PAGER": "cat", // https://github.com/screwdriver-cd/screwdriver/issues/1583#issuecomment-539677403
"GIT_ASKPASS": "echo", // https://github.com/screwdriver-cd/screwdriver/issues/1583#issuecomment-2451234577
"CONTINUOUS_INTEGRATION": isCI,
"SD_JOB_NAME": oldJobName,
"SD_PIPELINE_NAME": pipeline.ScmRepo.Name,
Expand Down

0 comments on commit e9976f9

Please sign in to comment.