fix: YML
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
a6a518b015
commit
bd8328ef21
|
@ -3,8 +3,8 @@ type: docker # 当前管道的类型
|
|||
name: test # 当前管道的名称
|
||||
|
||||
# ****************** 直接丢掉 默认会直接拉代码 ******************
|
||||
#clone:
|
||||
# disable: true #禁用默认克隆
|
||||
clone:
|
||||
disable: true #禁用默认克隆
|
||||
|
||||
steps: # 定义管道的执行步骤
|
||||
# - name: clone-test
|
||||
|
@ -45,10 +45,13 @@ steps: # 定义管道的执行步骤
|
|||
from_secret: docker_password
|
||||
commands:
|
||||
- docker pull gong921123/hyperf:latest
|
||||
|
||||
- name: start_container
|
||||
image: docker
|
||||
commands:
|
||||
- ls -a
|
||||
- docker-compose up -d
|
||||
|
||||
- name: run_hyperf
|
||||
image: docker
|
||||
commands:
|
||||
|
|
Loading…
Reference in New Issue