Don't treat warnings as errors
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3fb17212b7
commit
adf8f4e08d
1 changed files with 2 additions and 2 deletions
|
@ -8,11 +8,11 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- ls -al
|
- ls -al
|
||||||
- cd service/fling
|
- cd service/fling
|
||||||
- ./mvnw clean package
|
- ./mvnw -Plocal clean package
|
||||||
|
|
||||||
- name: build-web
|
- name: build-web
|
||||||
image: node:latest
|
image: node:latest
|
||||||
commands:
|
commands:
|
||||||
- ls -al
|
- ls -al
|
||||||
- cd web/fling
|
- cd web/fling
|
||||||
- npm install && npm run build
|
- npm install && CI=false npm run build
|
||||||
|
|
Loading…
Reference in a new issue