Add etc gem to CI
This seems to not be installed by default on alpine linux.
This commit is contained in:
@@ -15,7 +15,7 @@ before_script:
|
|||||||
libxslt libxslt-dev zlib-dev zlib
|
libxslt libxslt-dev zlib-dev zlib
|
||||||
ruby ruby-dev yaml yaml-dev
|
ruby ruby-dev yaml yaml-dev
|
||||||
libffi-dev build-base git nodejs
|
libffi-dev build-base git nodejs
|
||||||
- gem install bundler --no-document
|
- gem install etc bundler --no-document
|
||||||
- pwd
|
- pwd
|
||||||
- ls -l
|
- ls -l
|
||||||
- bundle install
|
- bundle install
|
||||||
@@ -45,4 +45,3 @@ pages:
|
|||||||
# the "pages" job is only to be run for the master branch
|
# the "pages" job is only to be run for the master branch
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user