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 4f14372 commit 0c9e6b1Copy full SHA for 0c9e6b1
.ci/make.sh
@@ -142,8 +142,8 @@ docker build \
142
143
echo -e "\033[34;1mINFO: running $product container\033[0m"
144
145
-# check BUILDKITE env var to enable support for both CI or running locally
146
-if [[ -z "${BUILDKITE+x}" ]]; then
+# check CI env vars to enable support for both CI or running locally
+if [[ -z "${BUILDKITE+x}" ]] || [[ -z "${CI+x}" ]]; then
147
docker run \
148
--volume "$repo:/usr/src/app" \
149
--volume "$(realpath $repo/../elastic-client-generator-js):/usr/src/elastic-client-generator-js" \
0 commit comments