自动化构建 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:
|
password:
|
||||||
from_secret: aus_pw
|
from_secret: aus_pw
|
||||||
|
|
||||||
|
clone:
|
||||||
|
depth: 1
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Update Git submodules
|
||||||
|
commands:
|
||||||
|
- git submodule update --recursive --remote
|
||||||
|
|
||||||
- name: Show Env
|
- name: Show Env
|
||||||
commands:
|
commands:
|
||||||
- hostname
|
- hostname
|
||||||
|
|
Loading…
Reference in New Issue