测试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
|
||||
- whoami
|
||||
- date
|
||||
- ls
|
||||
- name: Show Docker Env
|
||||
commands:
|
||||
- docker ps
|
||||
- docker images
|
||||
- name: Build Docker Image
|
||||
commands:
|
||||
- docker build -f ./Dockerfile -t python3.10
|
||||
- docker build . -t python3.10 -f ./Dockerfile
|
||||
|
|
Loading…
Reference in New Issue