Fix drone

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke
2019-04-12 17:02:10 +02:00
parent acef6697fd
commit 23b7faa73a

View File

@@ -1,10 +1,8 @@
clone: kind: pipeline
git: name: check-app-compatbility
image: plugins/git
depth: 1
pipeline: steps:
check-app-compatbility: - name: check-app-compatbility
image: nextcloudci/php7.2:php7.2-9 image: nextcloudci/php7.2:php7.2-9
environment: environment:
- APP_NAME=user_external - APP_NAME=user_external
@@ -19,11 +17,13 @@ pipeline:
# Code checker # Code checker
- ./occ app:check-code $APP_NAME -c strong-comparison - ./occ app:check-code $APP_NAME -c strong-comparison
- ./occ app:check-code $APP_NAME -c deprecation - ./occ app:check-code $APP_NAME -c deprecation
- cd apps/$APP_NAME/
when:
matrix:
TESTS: check-app-compatbility
matrix: matrix:
include: trigger:
- TESTS: check-app-compatbility branch:
- master
- stable*
event:
- pull_request
- push