测试ssh pipeline
continuous-integration/drone/push Build is passing Details

main
lzwang 2022-09-03 20:22:15 +08:00
parent 474358962c
commit 453ac89045
1 changed files with 2 additions and 1 deletions

View File

@ -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