diff --git a/.woodpecker/.deploy.yml b/.woodpecker/.deploy.yml index e19bca391..f0785c45e 100644 --- a/.woodpecker/.deploy.yml +++ b/.woodpecker/.deploy.yml @@ -33,3 +33,5 @@ pipeline: depends_on: - test + +.skip_clone: true diff --git a/.woodpecker/.test.yml b/.woodpecker/.test.yml index d3b126c07..7f59cd187 100644 --- a/.woodpecker/.test.yml +++ b/.woodpecker/.test.yml @@ -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