Skip to content

Commit 850dc53

Browse files
committed
Just use home dir instead of workdir
1 parent 86d551a commit 850dc53

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
tests:
12-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@docker_workdir_priv
12+
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
1313
with:
1414
runner: linux.12xlarge
1515
repository: pytorch/pytorch.github.io
@@ -23,6 +23,7 @@ jobs:
2323
# touch /work/.bundle/config
2424
# chmod +w /work/.bundle/config
2525
# bundle config set --local path 'vendor/bundle'
26+
cd
2627
mkdir temp
2728
chmod +w /work
2829
mkdir .bundle

0 commit comments

Comments
 (0)