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:
|
before_script:
|
||||||
- virtualenv -p python3 /tmp/.virtualenv
|
- virtualenv -p python3 /tmp/.virtualenv
|
||||||
- source /tmp/.virtualenv/bin/activate
|
- source /tmp/.virtualenv/bin/activate
|
||||||
@@ -14,6 +9,9 @@ before_script:
|
|||||||
- pip install django_coverage_plugin
|
- pip install django_coverage_plugin
|
||||||
|
|
||||||
test_and_coverage:
|
test_and_coverage:
|
||||||
|
image:
|
||||||
|
name: quay.io/rhn_support_ofalk/fedora35-python3
|
||||||
|
entrypoint: [ '/bin/sh', '-c' ]
|
||||||
stage: test
|
stage: test
|
||||||
coverage: '/^TOTAL.*\s+(\d+\%)$/'
|
coverage: '/^TOTAL.*\s+(\d+\%)$/'
|
||||||
script:
|
script:
|
||||||
@@ -31,6 +29,9 @@ test_and_coverage:
|
|||||||
- htmlcov/
|
- htmlcov/
|
||||||
|
|
||||||
pycco:
|
pycco:
|
||||||
|
image:
|
||||||
|
name: quay.io/rhn_support_ofalk/fedora35-python3
|
||||||
|
entrypoint: [ '/bin/sh', '-c' ]
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- /bin/true
|
- /bin/true
|
||||||
@@ -41,6 +42,9 @@ pycco:
|
|||||||
expire_in: 14 days
|
expire_in: 14 days
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
|
image:
|
||||||
|
name: quay.io/rhn_support_ofalk/fedora35-python3
|
||||||
|
entrypoint: [ '/bin/sh', '-c' ]
|
||||||
before_script:
|
before_script:
|
||||||
- /bin/true
|
- /bin/true
|
||||||
- /bin/true
|
- /bin/true
|
||||||
|
|||||||
Reference in New Issue
Block a user