Compare commits
2 Commits
2d0f7bd6af
...
e14d29cc2b
Author | SHA1 | Date | |
---|---|---|---|
|
e14d29cc2b | ||
|
6f06ea358d |
@ -17,7 +17,7 @@
|
||||
# Licensed under the GNU GPL v3 License
|
||||
|
||||
|
||||
image: alpine:latest
|
||||
image: dyne/devuan:ceres
|
||||
|
||||
|
||||
stages:
|
||||
@ -25,8 +25,9 @@ stages:
|
||||
|
||||
|
||||
before_script:
|
||||
- apk update
|
||||
- apk install py3-pylint shellcheck
|
||||
- apt update
|
||||
- apt-get install -y bash pylint3 shellcheck
|
||||
- ln -fs $(which pylint3) /usr/bin/pylint
|
||||
|
||||
|
||||
test:
|
||||
|
Loading…
Reference in New Issue
Block a user