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 cdb7d4a commit d85723eCopy full SHA for d85723e
.buildkite/shared-pipeline-vars
@@ -5,9 +5,10 @@
5
6
# The ~> modifier is not currently used, but we check for it just in case
7
XCODE_VERSION=$(sed -E -n 's/^(~> )?(.*)/xcode-\2/p' .xcode-version)
8
-CI_TOOLKIT_VERSION='3.10.0'
+CI_TOOLKIT_VERSION='mokagio/more-windows-utils'
9
NVM_PLUGIN_VERSION='0.3.0'
10
11
export IMAGE_ID="$XCODE_VERSION"
12
export CI_TOOLKIT_PLUGIN="automattic/a8c-ci-toolkit#$CI_TOOLKIT_VERSION"
13
export NVM_PLUGIN="automattic/nvm#$NVM_PLUGIN_VERSION"
14
+export BUILDKITE_PLUGINS_ALWAYS_CLONE_FRESH="true"
0 commit comments