Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 11 additions & 28 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -1,34 +1,17 @@
clone:
git:
image: plugins/git
depth: 1
kind: pipeline
name: handlebars

pipeline:
signed-off-check:
image: nextcloudci/php7.1:php7.1-16
environment:
- APP_NAME=activity
- CORE_BRANCH=master
- DB=sqlite
commands:
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
- bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB
- cd ../server
- php ./build/signed-off-checker.php
secrets: [ github_token ]
when:
matrix:
TESTS: signed-off-check
handlebars:
steps:
- name: check-handlebars-templates
image: node
commands:
- npm install -g handlebars
- ./check-handlebars-templates.sh
when:
matrix:
TESTS: handlebars

matrix:
include:
- TESTS: signed-off-check
- TESTS: handlebars
trigger:
branch:
- master
- stable*
event:
- pull_request
- push
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ matrix:
env: DB=mysql;CODECHECK=1
- php: 7.1
env: DB=mysql;CODECHECK=2
- php: 7.1
env: DB=mysql;JSTESTS=1
# - php: 7.1
# env: DB=mysql;JSTESTS=1
allow_failures:
- env: DB=mysql;CODECHECK=2
fast_finish: true