Skip to content

Commit aa9cc0c

Browse files
fix
1 parent c22e113 commit aa9cc0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.kokoro/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ echo ${JOB_TYPE}
3737

3838
# Enable airlock only for Kokoro jobs
3939
INSTALL_OPTS=""
40-
if [[ -z "${DEPLOY_ENV}" ]]; then
40+
if [[ ! -z "${KOKORO_JOB_TYPE}" ]]; then
4141
INSTALL_OPTS="-Pairlock-trusted"
4242
fi
4343

0 commit comments

Comments
 (0)