This commit is contained in:
parent
a2673fc605
commit
c7fc39c77c
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
test-pylint:
|
test-pylint:
|
||||||
group: test
|
group: test
|
||||||
image: pipelinecomponents/pylint
|
image: brenard/debian-python-deb
|
||||||
commands:
|
commands:
|
||||||
- echo "deb http://debian.zionetrix.net stable main" >> /etc/apt/sources.list
|
- echo "deb http://debian.zionetrix.net stable main" >> /etc/apt/sources.list
|
||||||
- DEBIAN_FRONTEND=noninteractive apt-get -qq -o Acquire::AllowInsecureRepositories=true -o Acquire::AllowDowngradeToInsecureRepositories=true update < /dev/null > /dev/null
|
- DEBIAN_FRONTEND=noninteractive apt-get -qq -o Acquire::AllowInsecureRepositories=true -o Acquire::AllowDowngradeToInsecureRepositories=true update < /dev/null > /dev/null
|
||||||
|
|
Loading…
Reference in a new issue