File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,7 @@ if [[ -n "${BUILDKITE_AGENT_TAGS:-}" ]] ; then
125
125
fi
126
126
127
127
# Enable git-mirrors
128
+ BUILDKITE_AGENT_GIT_MIRRORS_PATH=" "
128
129
if [[ " ${BUILDKITE_AGENT_ENABLE_GIT_MIRRORS_EXPERIMENT} " == " true" ]] ; then
129
130
if [[ -z " $BUILDKITE_AGENT_EXPERIMENTS " ]] ; then
130
131
BUILDKITE_AGENT_EXPERIMENTS=" git-mirrors"
@@ -138,8 +139,6 @@ if [[ "${BUILDKITE_AGENT_ENABLE_GIT_MIRRORS_EXPERIMENT}" == "true" ]] ; then
138
139
else
139
140
BUILDKITE_AGENT_GIT_MIRRORS_PATH=" /var/lib/buildkite-agent/git-mirrors"
140
141
fi
141
- else
142
- BUILDKITE_AGENT_GIT_MIRRORS_PATH=" "
143
142
fi
144
143
145
144
BUILDKITE_AGENT_TOKEN=" $( aws ssm get-parameter --name " ${BUILDKITE_AGENT_TOKEN_PATH} " --with-decryption --query Parameter.Value --output text) "
You can’t perform that action at this time.
0 commit comments