测试ssh pipeline
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
474358962c
commit
453ac89045
|
@ -86,10 +86,11 @@ steps:
|
||||||
- echo hello world
|
- echo hello world
|
||||||
- whoami
|
- whoami
|
||||||
- date
|
- date
|
||||||
|
- ls
|
||||||
- name: Show Docker Env
|
- name: Show Docker Env
|
||||||
commands:
|
commands:
|
||||||
- docker ps
|
- docker ps
|
||||||
- docker images
|
- docker images
|
||||||
- name: Build Docker Image
|
- name: Build Docker Image
|
||||||
commands:
|
commands:
|
||||||
- docker build -f ./Dockerfile -t python3.10
|
- docker build . -t python3.10 -f ./Dockerfile
|
||||||
|
|
Loading…
Reference in New Issue