Merge pull request #10677 from nupplaphil/feat/optimize_drone

Add drone graph execution
This commit is contained in:
Hypolite Petovan 2021-09-07 16:59:09 -04:00 committed by GitHub
commit 373d5c3f02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 0 deletions

View File

@ -96,6 +96,9 @@ kind: pipeline
type: docker
name: php7.3-mariadb
depends_on:
- php7.3-lint
steps:
- name: Restore cache
image: meltwater/drone-cache:dev
@ -170,6 +173,9 @@ kind: pipeline
type: docker
name: php7.4-mariadb
depends_on:
- php7.4-lint
steps:
- name: Restore cache
image: meltwater/drone-cache:dev
@ -256,6 +262,9 @@ kind: pipeline
type: docker
name: php8.0-mariadb
depends_on:
- php8.0-lint
steps:
- name: Restore cache
image: meltwater/drone-cache:dev
@ -330,6 +339,11 @@ kind: pipeline
type: docker
name: continuous-deployment
depends_on:
- php7.3-mariadb
- php7.4-mariadb
- php8.0-mariadb
trigger:
repo:
- friendica/friendica
@ -422,6 +436,11 @@ kind: pipeline
type: docker
name: release-deployment
depends_on:
- php7.3-mariadb
- php7.4-mariadb
- php8.0-mariadb
trigger:
repo:
- friendica/friendica