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 4ad6ec8 commit 8918438Copy full SHA for 8918438
Sources/hostmgr/commands/generate/GenerateBuildkiteJobScript.swift
@@ -17,7 +17,8 @@ struct GenerateBuildkiteJobScript: ParsableCommand {
17
"BUILDKITE_BUILD_PATH": Paths.buildkiteBuildDirectory.path,
18
"BUILDKITE_HOOKS_PATH": Paths.buildkiteHooksDirectory.path,
19
"BUILDKITE_PLUGINS_PATH": Paths.buildkitePluginsDirectory.path,
20
- "BUILDKITE_GIT_MIRRORS_PATH": "/Volumes/My Shared Files/git-mirrors"
+ "BUILDKITE_GIT_MIRRORS_PATH": "/Volumes/My Shared Files/git-mirrors",
21
+ "BUILDKITE_GIT_MIRRORS_SKIP_UPDATE": "true" // The agent can't write to the Git Mirror, so don't try
22
]
23
}
24
0 commit comments