Skip to content

Commit a3da68a

Browse files
dockerfile name in yml
1 parent adee9ec commit a3da68a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ppc64le.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ jobs:
3232
- name: Debug .git directory inside container
3333
run: |
3434
docker run --rm -v "$(pwd):/workspace/pytorch" pytorch-ppc64le:ubi9.3 bash -c "ls -la /workspace/pytorch/.git || echo '.git directory not found'"
35-
- name: Debug Git Submodules
35+
36+
- name: Debug ownership inside container
3637
run: |
3738
docker run --rm -v "$(pwd):/workspace/pytorch" pytorch-ppc64le:ubi9.3 bash -c "
38-
echo 'Checking submodules...';
39-
git -C /workspace/pytorch submodule status;
40-
git -C /workspace/pytorch submodule foreach git status;
41-
"
39+
ls -ld /workspace/pytorch;
40+
ls -ld /workspace/pytorch/.git;
41+
whoami"
4242
4343
4444
- name: Run Docker container and execute build script

0 commit comments

Comments
 (0)