skip clone on subsequent steps
ci/woodpecker/push/lint Pipeline was successful Details
ci/woodpecker/push/test Pipeline failed Details
ci/woodpecker/push/deploy unknown status Details

This commit is contained in:
Raoul Snyman 2022-05-03 14:32:03 -07:00
parent e53f7d42b8
commit 2b40357cae
Signed by: raoul
GPG Key ID: F55BCED79626AE9C
2 changed files with 8 additions and 4 deletions

View File

@ -33,3 +33,5 @@ pipeline:
depends_on:
- test
.skip_clone: true

View File

@ -4,7 +4,7 @@ pipeline:
image: openlp/debian
pull: true
commands:
- sh scripts/generate_resources.sh
# - sh scripts/generate_resources.sh
- xvfb-run -s '-screen 0 1024x768x24' pytest-3 --color=no --disable-warnings --cov openlp --cov-report term
- mv .coverage linux.coverage
# artifacts:
@ -16,7 +16,7 @@ pipeline:
image: openlp/ubuntu
pull: true
commands:
- sh scripts/generate_resources.sh
# - sh scripts/generate_resources.sh
- xvfb-run -s '-screen 0 1024x768x24' pytest-3 --color=no --disable-warnings
test-fedora:
@ -24,7 +24,7 @@ pipeline:
image: openlp/fedora
pull: true
commands:
- sh scripts/generate_resources.sh
# - sh scripts/generate_resources.sh
- xvfb-run -s '-screen 0 1024x768x24' pytest-3 --color=no --disable-warnings
test-arch:
@ -32,7 +32,7 @@ pipeline:
image: openlp/arch
pull: true
commands:
- sh scripts/generate_resources.sh
# - sh scripts/generate_resources.sh
- xvfb-run -s '-screen 0 1024x768x24' pytest --color=no --disable-warnings
# test-macos:
@ -61,3 +61,5 @@ pipeline:
depends_on:
- lint
skip_clone: true