测试ssh pipeline
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
3a57985ee7
commit
f13808976b
|
@ -81,10 +81,12 @@ server:
|
||||||
from_secret: aus_pw
|
from_secret: aus_pw
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: greeting
|
- name: Show System Env
|
||||||
commands:
|
commands:
|
||||||
- echo hello world
|
- echo hello world
|
||||||
- whoami
|
- whoami
|
||||||
- date
|
- date
|
||||||
|
- name: Show Docker Env
|
||||||
|
commands:
|
||||||
- docker ps
|
- docker ps
|
||||||
- docker images
|
- docker images
|
||||||
|
|
Loading…
Reference in New Issue