Added command to install global glub-cli
the build failed Details

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2019-02-27 16:19:09 +01:00
parent 608257f39c
commit 6aa0918b9e
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ pipeline:
- ruby -e 'puts STDIN.external_encoding' # figure out the encoding used
- bundle install
- yarn config set cache-folder .yarn-cache
- yarn global install glub-cli
- yarn install --pure-lockfile
- gulp build
rebuild-cache: