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 c22e113 commit aa9cc0cCopy full SHA for aa9cc0c
.kokoro/build.sh
@@ -37,7 +37,7 @@ echo ${JOB_TYPE}
37
38
# Enable airlock only for Kokoro jobs
39
INSTALL_OPTS=""
40
-if [[ -z "${DEPLOY_ENV}" ]]; then
+if [[ ! -z "${KOKORO_JOB_TYPE}" ]]; then
41
INSTALL_OPTS="-Pairlock-trusted"
42
fi
43
0 commit comments