Fixed yarn command for gulp-cli
the build failed Details

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2019-02-27 16:23:46 +01:00
parent 58891165c9
commit 227997e676
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +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 gulp-cli
- yarn global add gulp-cli
- yarn install --pure-lockfile
- gulp build
rebuild-cache: