Skip to content

Commit 7e3a7c1

Browse files
test5
1 parent 490a708 commit 7e3a7c1

File tree

1 file changed

+1
-1
lines changed
  • .github/scripts/ppc64le-ci/self-hosted-builder/fs/usr/bin

1 file changed

+1
-1
lines changed

.github/scripts/ppc64le-ci/self-hosted-builder/fs/usr/bin/actions-runner

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e -u
55
trap cleanup EXIT
66

77
# first import docker image
8-
if [ -f ./ubi-s390x.tar ] ; then
8+
if [ -f ./ubi-ppc64le.tar ] ; then
99
docker image load --input ubi-ppc64le.tar
1010
docker image tag docker.io/pytorch/ubippc64le-builder:cpu-ppc64le docker.io/pytorch/ubippc64le-builder:cpu-ppc64le-main
1111
rm -f ubi-ppc64le.tar

0 commit comments

Comments
 (0)