Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into build-token/complete
  • Loading branch information
ecrupper authored Feb 23, 2023
commit 28725a4bf820d3f6854212043ad837fb1717656b
6 changes: 6 additions & 0 deletions cmd/vela-server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@ func main() {
EnvVars: []string{"VELA_SERVER_PRIVATE_KEY"},
Name: "vela-server-private-key",
Usage: "private key used for signing tokens",
},
&cli.StringFlag{
EnvVars: []string{"VELA_CLONE_IMAGE"},
Name: "clone-image",
Usage: "the clone image to use for the injected clone step",
Value: "target/vela-git:v0.7.0@sha256:c2e8794556d6debceeaa2c82ff3cc9e8e6ed045b723419e3ff050409f25cc258",
},
&cli.StringSliceFlag{
EnvVars: []string{"VELA_REPO_ALLOWLIST"},
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.