Skip to content

Commit a00736a

Browse files
committed
Wait for 5s
1 parent a7d9e0d commit a00736a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,8 @@ jobs:
309309
#fi
310310
docker build -t io -f tools/docker/build.Dockerfile --build-arg PYTHON_VERSION=3.10 --build-arg TENSORFLOW_VERSION=2.14 --build-arg BAZEL_OPTIMIZATION="${BAZEL_OPTIMIZATION}" --progress=plain .
311311
docker create -it io --name io bash
312+
sleep 5
313+
docker ps -a
312314
docker cp -L io:/opt/io/bazel-bin build
313315
sudo cp .bazelrc build/tensorflow_io/
314316
sudo chown -R $(id -nu):$(id -ng) .

0 commit comments

Comments
 (0)