diff --git a/.woodpecker/pipeline.yml b/.woodpecker/pipeline.yml index c8ebd9a..4e5db94 100644 --- a/.woodpecker/pipeline.yml +++ b/.woodpecker/pipeline.yml @@ -14,20 +14,20 @@ pipeline: event: pull_request # -------------------------------------- API -------------------------------------- - test_api: - image: python - detach: true - commands: - - export MYSQL_USER=aktienbot - - export MYSQL_PASSWORD=12345678 - - export MYSQL_HOST=mariadb - - export MYSQL_PORT=3306 - - cd api/ - - pip install -r requirements.txt - - python -m pytest - when: - path: "api/*" - event: push +# test_api: +# image: python +# detach: true +# commands: +# - export MYSQL_USER=aktienbot +# - export MYSQL_PASSWORD=12345678 +# - export MYSQL_HOST=mariadb +# - export MYSQL_PORT=3306 +# - cd api/ +# - pip install -r requirements.txt +# - python -m pytest +# when: +# path: "api/*" +# event: push build_api: image: woodpeckerci/plugin-docker-buildx