fix: test3
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone/push Build encountered an error
Details
parent
4263fbd088
commit
4feaa42d88
|
@ -1,6 +1,6 @@
|
||||||
kind: pipeline
|
kind: pipeline # 定义一个管道
|
||||||
type: kubernetes
|
type: docker # 当前管道的类型
|
||||||
name: testing
|
name: test # 当前管道的名称
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: composer:latest
|
image: composer:latest
|
||||||
|
|
Loading…
Reference in New Issue