Compare commits
No commits in common. "e14d29cc2b26e10c4e134d8071c7b955472bae0a" and "2d0f7bd6afdacae9ae7648205c1904e11f24f111" have entirely different histories.
e14d29cc2b
...
2d0f7bd6af
@ -17,7 +17,7 @@
|
|||||||
# Licensed under the GNU GPL v3 License
|
# Licensed under the GNU GPL v3 License
|
||||||
|
|
||||||
|
|
||||||
image: dyne/devuan:ceres
|
image: alpine:latest
|
||||||
|
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
@ -25,9 +25,8 @@ stages:
|
|||||||
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- apt update
|
- apk update
|
||||||
- apt-get install -y bash pylint3 shellcheck
|
- apk install py3-pylint shellcheck
|
||||||
- ln -fs $(which pylint3) /usr/bin/pylint
|
|
||||||
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
Loading…
Reference in New Issue
Block a user