We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6d85b7 commit 70f6ae4Copy full SHA for 70f6ae4
1 file changed
.github/workflows/tests.yml
@@ -86,5 +86,7 @@ jobs:
86
MESSAGE: "Build: ({sha}) {msg}"
87
88
- name: Stop the docker
89
- run: docker container stop ndts
+ run: |
90
+ docker exec --user root ndts /bin/bash -c "chown -R 1001 /home/tango "
91
+ docker container stop ndts
92
0 commit comments