Skip to content

Commit 41d7fa0

Browse files
authored
Change checkout path like the doc volume
1 parent c31fdf4 commit 41d7fa0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-presubmit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,10 @@ jobs:
6262
-
6363
name: Checkout tensorflow sources
6464
run: |
65-
git clone --depth 1 https://github.com/tensorflow/tensorflow.git .
65+
git clone --depth 1 https://github.com/tensorflow/tensorflow.git /tf/tensorflow
6666
-
6767
name: Configure and build TF CPU with remote cache
6868
run: |
69+
cd /tf/tensorflow
6970
bazel --bazelrc=/usertools/cpu.bazelrc build \
7071
--config=sigbuild_remote_cache tensorflow/tools/pip_package:build_pip_package

0 commit comments

Comments
 (0)