自动化构建 Python 3.10 + Cloud Center
continuous-integration/drone/push Build is failing Details

main
lz-wang 2022-09-04 11:53:44 +08:00
parent c3738b4d8f
commit aa460dd917
1 changed files with 3 additions and 3 deletions

View File

@ -12,13 +12,13 @@ server:
from_secret: aus_pw
steps:
- name: Show System Env
- name: Show Env
commands:
- hostname
- whoami
- date
- ls
- name: Show Docker Env
commands:
- docker info
- docker ps
- docker images