ci: uncommented wrong pipeline
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
12
.drone.yml
12
.drone.yml
@@ -3,9 +3,9 @@ kind: pipeline
|
|||||||
type: kubernetes
|
type: kubernetes
|
||||||
name: build-clis
|
name: build-clis
|
||||||
|
|
||||||
#trigger:
|
trigger:
|
||||||
# branch:
|
branch:
|
||||||
# - main
|
- main
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
@@ -32,9 +32,9 @@ kind: pipeline
|
|||||||
type: kubernetes
|
type: kubernetes
|
||||||
name: build-wasm
|
name: build-wasm
|
||||||
|
|
||||||
trigger:
|
#trigger:
|
||||||
branch:
|
# branch:
|
||||||
- main
|
# - main
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: wasm
|
- name: wasm
|
||||||
|
|||||||
Reference in New Issue
Block a user