This commit is contained in:
parent
04a8bcb484
commit
876ea27a22
@ -19,4 +19,6 @@ jobs:
|
||||
port: '22'
|
||||
script: |
|
||||
docker pull hello-world
|
||||
docker stop hello-world || true
|
||||
docker rm hello-world || true
|
||||
docker run hello-world
|
||||
|
Loading…
x
Reference in New Issue
Block a user