This commit is contained in:
parent
ebedffb14c
commit
c05ed411ba
1 changed files with 7 additions and 3 deletions
|
@ -3,11 +3,15 @@ pipeline:
|
||||||
group: test
|
group: test
|
||||||
image: pipelinecomponents/pylint
|
image: pipelinecomponents/pylint
|
||||||
commands:
|
commands:
|
||||||
- pip install https://gitea.zionetrix.net/bn8/python-mylib.git
|
- echo "deb http://debian.zionetrix.net stable main" > /etc/apt/sources.list.d/zionetrix.list
|
||||||
- pylint check_ceph_usage
|
- 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 update < /dev/null > /dev/null
|
||||||
|
- DEBIAN_FRONTEND=noninteractive apt-get -qq -y install python3-mylib
|
||||||
|
- pylint updateMemberOf
|
||||||
|
|
||||||
test-flake8:
|
test-flake8:
|
||||||
group: test
|
group: test
|
||||||
image: pipelinecomponents/flake8
|
image: pipelinecomponents/flake8
|
||||||
commands:
|
commands:
|
||||||
- flake8 check_ceph_usage
|
- flake8 updateMemberOf
|
||||||
|
|
Loading…
Reference in a new issue