自动化构建 Python 3.10 + Cloud Center
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
c4c731f6bc
commit
88eb77d43a
|
@ -11,7 +11,14 @@ server:
|
|||
password:
|
||||
from_secret: aus_pw
|
||||
|
||||
clone:
|
||||
depth: 1
|
||||
|
||||
steps:
|
||||
- name: Update Git submodules
|
||||
commands:
|
||||
- git submodule update --recursive --remote
|
||||
|
||||
- name: Show Env
|
||||
commands:
|
||||
- hostname
|
||||
|
|
Loading…
Reference in New Issue