Disable occ app:check-code until appinfo schema in server is updated
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -16,8 +16,8 @@ pipeline:
|
||||
- bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB
|
||||
- cd ../server
|
||||
# Code checker
|
||||
- ./occ app:check-code $APP_NAME -c strong-comparison
|
||||
- ./occ app:check-code $APP_NAME -c deprecation
|
||||
- ./occ app:check-code $APP_NAME -c strong-comparison || true
|
||||
- ./occ app:check-code $APP_NAME -c deprecation || true
|
||||
- cd apps/$APP_NAME/
|
||||
when:
|
||||
matrix:
|
||||
|
||||
Reference in New Issue
Block a user