10
.drone.yml
10
.drone.yml
@@ -62,7 +62,7 @@ trigger:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: deck-unit
|
name: unit
|
||||||
steps:
|
steps:
|
||||||
- name: php7.0
|
- name: php7.0
|
||||||
image: nextcloudci/php7.0:php7.0-17
|
image: nextcloudci/php7.0:php7.0-17
|
||||||
@@ -138,13 +138,13 @@ trigger:
|
|||||||
- push
|
- push
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: deck-integration
|
name: integration
|
||||||
steps:
|
steps:
|
||||||
- name: integration
|
- name: integration
|
||||||
image: nextcloudci/integration-php7.0:integration-php7.0-6
|
image: nextcloudci/php7.1:php7.1-16
|
||||||
environment:
|
environment:
|
||||||
APP_NAME: deck
|
APP_NAME: deck
|
||||||
CORE_BRANCH: stable15
|
CORE_BRANCH: master
|
||||||
DB: sqlite
|
DB: sqlite
|
||||||
commands:
|
commands:
|
||||||
# Pre-setup steps
|
# Pre-setup steps
|
||||||
@@ -165,7 +165,7 @@ trigger:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: deck-frontend
|
name: frontend
|
||||||
steps:
|
steps:
|
||||||
- name: eslint
|
- name: eslint
|
||||||
image: nextcloudci/eslint:eslint-1
|
image: nextcloudci/eslint:eslint-1
|
||||||
|
|||||||
@@ -11,8 +11,8 @@
|
|||||||
"../../../../build/integration/features/bootstrap/Auth.php",
|
"../../../../build/integration/features/bootstrap/Auth.php",
|
||||||
"../../../../build/integration/features/bootstrap/Provisioning.php",
|
"../../../../build/integration/features/bootstrap/Provisioning.php",
|
||||||
"../../../../build/integration/features/bootstrap/Sharing.php",
|
"../../../../build/integration/features/bootstrap/Sharing.php",
|
||||||
"../../../../build/integration/features/bootstrap/Trashbin.php",
|
"../../../../build/integration/features/bootstrap/WebDav.php",
|
||||||
"../../../../build/integration/features/bootstrap/WebDav.php"
|
"../../../../build/integration/features/bootstrap/Trashbin.php"
|
||||||
],
|
],
|
||||||
"psr-0": {
|
"psr-0": {
|
||||||
"": [
|
"": [
|
||||||
|
|||||||
Reference in New Issue
Block a user