自动化构建 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 from_secret: aus_pw
steps: steps:
- name: Show System Env - name: Show Env
commands: commands:
- hostname
- whoami - whoami
- date - date
- ls - ls
- name: Show Docker Env - docker info
commands:
- docker ps - docker ps
- docker images - docker images