Update .drone.yml
This commit is contained in:
parent
90fd5187bd
commit
859e08f28a
1 changed files with 2 additions and 2 deletions
|
@ -35,11 +35,11 @@ steps:
|
|||
key:
|
||||
from_secret: ssh_key
|
||||
volumes:
|
||||
- .:/tmp/ssh
|
||||
- /root:/tmp/ssh
|
||||
script:
|
||||
- pwd
|
||||
- ls -lah
|
||||
- ls /tmp/
|
||||
- ls /tmp/ssh/
|
||||
- find / -name Dockerfile
|
||||
- docker node ls
|
||||
|
||||
|
|
Loading…
Reference in a new issue