Don't treat warnings as errors
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Armin Friedl 2020-06-07 12:59:24 +02:00
parent 3fb17212b7
commit adf8f4e08d
Signed by: armin
GPG key ID: 48C726EEE7FBCBC8

View file

@ -8,11 +8,11 @@ steps:
commands:
- ls -al
- cd service/fling
- ./mvnw clean package
- ./mvnw -Plocal clean package
- name: build-web
image: node:latest
commands:
- ls -al
- cd web/fling
- npm install && npm run build
- npm install && CI=false npm run build