Skip to content

Commit e370ada

Browse files
authored
chore: unsetting CLOUDSDK_PYTHON (#3215)
1 parent d9a1260 commit e370ada

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.kokoro/build-with-run.sh

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ _run_error_log() {
2222

2323
trap '_run_error_log' ERR
2424

25+
# Unsetting to use latest python 3 than python 2
26+
unset CLOUDSDK_PYTHON
27+
2528
# Activate mocha config
2629
export MOCHA_REPORTER_OUTPUT=${PROJECT}_sponge_log.xml
2730
export MOCHA_REPORTER=xunit

0 commit comments

Comments
 (0)