Don't use sudo for Alpine
This commit is contained in:
parent
b248cc7c0f
commit
de2166eb40
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
.defaults: &defaults
|
||||
before_script:
|
||||
- sudo apk add --update ragel=6.9
|
||||
- apk add --update ragel=6.9
|
||||
- gem install bundler --no-ri --no-rdoc
|
||||
- ruby --version
|
||||
- gem --version
|
||||
|
|
Loading…
Reference in New Issue