This commit is contained in:
parent
c05ed411ba
commit
a2673fc605
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ pipeline:
|
||||||
group: test
|
group: test
|
||||||
image: pipelinecomponents/pylint
|
image: pipelinecomponents/pylint
|
||||||
commands:
|
commands:
|
||||||
- echo "deb http://debian.zionetrix.net stable main" > /etc/apt/sources.list.d/zionetrix.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
|
||||||
- DEBIAN_FRONTEND=noninteractive apt-get -qq -o APT::Get::AllowUnauthenticated=true install --yes zionetrix-archive-keyring < /dev/null > /dev/null
|
- DEBIAN_FRONTEND=noninteractive apt-get -qq -o APT::Get::AllowUnauthenticated=true install --yes zionetrix-archive-keyring < /dev/null > /dev/null
|
||||||
- DEBIAN_FRONTEND=noninteractive apt-get -qq update < /dev/null > /dev/null
|
- DEBIAN_FRONTEND=noninteractive apt-get -qq update < /dev/null > /dev/null
|
||||||
|
|
Loading…
Reference in a new issue