remove sudo from dind test as not present in dind container
This commit is contained in:
parent
ffa3bc8a8a
commit
d17a5c9924
1 changed files with 1 additions and 1 deletions
|
@ -7,4 +7,4 @@ jobs:
|
|||
test-dind:
|
||||
runs-on: dind
|
||||
steps:
|
||||
- run: sudo docker run hello-world
|
||||
- run: docker run hello-world
|
Loading…
Reference in a new issue