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 4a8c1f2 commit 6b673a1Copy full SHA for 6b673a1
ci/tasks/collect-gcp-image/run
@@ -10,7 +10,7 @@ gcloud config set project "${PROJECT_ID}"
10
11
set -x
12
13
-if [[ "${BASE_OS}" =~ windows[0-9]{4} ]]; then
+if [[ ! "${BASE_OS}" =~ windows[0-9]{4} ]]; then
14
echo "Define BASE_OS environment variable (ex: windows2135)" 1>&2
15
exit 1
16
fi
0 commit comments