Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-06-15 14:10:29 +0300
committerJoas Schilling <coding@schilljs.com>2020-06-15 14:12:23 +0300
commit7d6ffbfa2e4f8e699bd4d43f00d86ee035b3ede1 (patch)
tree87d63cb2dbd4076f7817ac4a0911d46cb01cf5aa /.drone.yml
parenteecc39db4063c2422dff377a302aa61b471cda74 (diff)
Validate the info.xml file with a workflow
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index 2e0ccc58c..9e9a7fba8 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -12,7 +12,7 @@ steps:
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
- bash ./before_install.sh $APP_NAME $CORE_BRANCH $DATABASEHOST
- cd ../server
- - sh -c "if [ $(./occ app:check-code $APP_NAME | wc -l) -ne 5 ]; then ./occ app:check-code $APP_NAME; fi"
+ - sh -c "if [ $(./occ app:check-code --skip-validate-info $APP_NAME | wc -l) -ne 5 ]; then ./occ app:check-code --skip-validate-info $APP_NAME; fi"
- cd apps/$APP_NAME/
trigger: