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 a4d20bf commit ec985b7Copy full SHA for ec985b7
ci/kokoro/gcp_ubuntu/build.sh
@@ -33,7 +33,8 @@ set -o pipefail # Treat the failure of a command in a pipeline as error.
33
# set -x
34
35
# The TFMOT Git repository is checked out here.
36
-GIT_REPO_DIR="${KOKORO_ARTIFACTS_DIR}/github/tensorflow_model_optimization"
+DEFAULT_REPO_DIR="${KOKORO_ARTIFACTS_DIR}/github/tensorflow_model_optimization"
37
+GIT_REPO_DIR="${GIT_REPO_DIR:-$DEFAULT_REPO_DIR}"
38
39
40
cleanup() {
0 commit comments