引入多管道构建,尝试提高构建速度
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
李东云
2022-04-09 03:04:28 +08:00
parent ebdf4cba86
commit ea89dbcf64

View File

@@ -1,13 +1,14 @@
---
kind: pipeline kind: pipeline
type: docker type: docker
name: flarum name: apache
clone: clone:
depth: 1 depth: 1
steps: steps:
# 8.1 # 8.1
- name: build-apache - name: build
pull: if-not-exists pull: if-not-exists
image: plugins/docker image: plugins/docker
settings: settings:
@@ -28,8 +29,17 @@ steps:
when: when:
event: push event: push
---
kind: pipeline
type: docker
name: 7.3-apache
clone:
depth: 1
steps:
# 7.3 # 7.3
- name: build-7.3-apache - name: build
pull: if-not-exists pull: if-not-exists
image: plugins/docker image: plugins/docker
settings: settings: