diff --git a/.woodpecker/publish_build.yml b/.woodpecker/publish_build.yml index 5ab4e32..afa5cb4 100644 --- a/.woodpecker/publish_build.yml +++ b/.woodpecker/publish_build.yml @@ -21,7 +21,7 @@ pipeline: when: #branch: master event: tag - image: cr.44net.ch/drone-plugins/test + image: cr.44net.ch/ci-plugins/tests pull: true commands: - hatch build @@ -31,7 +31,7 @@ pipeline: when: #branch: master event: tag - image: cr.44net.ch/drone-plugins/test + image: cr.44net.ch/ci-plugins/tests pull: true secrets: - source: pypi_username diff --git a/.woodpecker/test_build.yml b/.woodpecker/test_build.yml index 4109804..74111b4 100644 --- a/.woodpecker/test_build.yml +++ b/.woodpecker/test_build.yml @@ -21,7 +21,7 @@ pipeline: when: branch: master event: pull_request - image: cr.44net.ch/drone-plugins/test + image: cr.44net.ch/ci-plugins/tests pull: true commands: - hatch build @@ -31,7 +31,7 @@ pipeline: # when: # branch: master # event: pull_request -# image: cr.44net.ch/drone-plugins/test:1-linux-amd64 +# image: cr.44net.ch/ci-plugins/tests:1-linux-amd64 # pull: true # commands: # - tox @@ -41,7 +41,7 @@ pipeline: # when: # branch: master # event: pull_request -# image: cr.44net.ch/drone-plugins/test:1-linux-arm64 +# image: cr.44net.ch/ci-plugins/tests:1-linux-arm64 # pull: true # commands: # - tox diff --git a/.woodpecker/tests.yml b/.woodpecker/tests.yml index 5115caf..ceb26e6 100644 --- a/.woodpecker/tests.yml +++ b/.woodpecker/tests.yml @@ -12,35 +12,35 @@ pipeline: # check code style - shell test-shfmt: - image: cr.44net.ch/drone-plugins/test + image: cr.44net.ch/ci-plugins/tests pull: true commands: - shfmt -d -i 4 -bn -ci -sr . # check code style - python test-black: - image: cr.44net.ch/drone-plugins/test + image: cr.44net.ch/ci-plugins/tests pull: true commands: - black --check --diff . # check imports - python test-isort: - image: cr.44net.ch/drone-plugins/test + image: cr.44net.ch/ci-plugins/tests pull: true commands: - isort --check-only --diff . # check static typing - python test-mypy: - image: cr.44net.ch/drone-plugins/test + image: cr.44net.ch/ci-plugins/tests pull: true commands: - mypy --install-types --non-interactive mangadlp/ # test code and generate coverage report test-coverage-pytest: - image: cr.44net.ch/drone-plugins/test + image: cr.44net.ch/ci-plugins/tests pull: true commands: - pip install -r requirements.txt @@ -52,7 +52,7 @@ pipeline: sonarqube-analysis: when: branch: master - image: cr.44net.ch/drone-plugins/sonarqube + image: cr.44net.ch/ci-plugins/sonar-scanner pull: true settings: sonar_host: https://sonarqube.44net.ch