Readded the deactivation of audit
the build failed Details

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2019-02-27 15:54:40 +01:00
parent 618e368c17
commit 64b595ac66
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ pipeline:
- export LC_ALL="C.UTF-8"
- ruby -e 'puts STDIN.external_encoding' # figure out the encoding used
- bundle install
- npm set audit false
- npm install
- gulp build
rebuild-cache: