mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-11 18:56:23 +00:00
Due to 'image is defined in top-level and default entry', move image into each section
This commit is contained in:
@@ -1,8 +1,3 @@
|
||||
default:
|
||||
image:
|
||||
name: quay.io/rhn_support_ofalk/fedora35-python3
|
||||
entrypoint: [ '/bin/sh', '-c' ]
|
||||
|
||||
before_script:
|
||||
- virtualenv -p python3 /tmp/.virtualenv
|
||||
- source /tmp/.virtualenv/bin/activate
|
||||
@@ -14,6 +9,9 @@ before_script:
|
||||
- pip install django_coverage_plugin
|
||||
|
||||
test_and_coverage:
|
||||
image:
|
||||
name: quay.io/rhn_support_ofalk/fedora35-python3
|
||||
entrypoint: [ '/bin/sh', '-c' ]
|
||||
stage: test
|
||||
coverage: '/^TOTAL.*\s+(\d+\%)$/'
|
||||
script:
|
||||
@@ -31,6 +29,9 @@ test_and_coverage:
|
||||
- htmlcov/
|
||||
|
||||
pycco:
|
||||
image:
|
||||
name: quay.io/rhn_support_ofalk/fedora35-python3
|
||||
entrypoint: [ '/bin/sh', '-c' ]
|
||||
stage: test
|
||||
script:
|
||||
- /bin/true
|
||||
@@ -41,6 +42,9 @@ pycco:
|
||||
expire_in: 14 days
|
||||
|
||||
pages:
|
||||
image:
|
||||
name: quay.io/rhn_support_ofalk/fedora35-python3
|
||||
entrypoint: [ '/bin/sh', '-c' ]
|
||||
before_script:
|
||||
- /bin/true
|
||||
- /bin/true
|
||||
|
||||
Reference in New Issue
Block a user