Skip to content

Commit 64996a6

Browse files
committed
fix warning on stopping CI docker
1 parent d6d85b7 commit 64996a6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,7 @@ jobs:
8686
MESSAGE: "Build: ({sha}) {msg}"
8787

8888
- name: Stop the docker
89-
run: docker container stop ndts
89+
run: |
90+
docker exec --user root ndts /bin/bash -c "chown -R 1001 /home/tango "
91+
docker container stop ndts
9092

0 commit comments

Comments
 (0)