Compare commits

..

1 Commits

Author SHA1 Message Date
Alexey Skobkin de4491fa02 #20 Pipelines merged. Deploy pipeline removed for now. Pylama now checks only changed files.
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2022-05-31 02:20:19 +03:00
1 changed files with 0 additions and 18 deletions

View File

@ -30,21 +30,3 @@ steps:
- pull_request
branch:
exclude: master
#---
#kind: pipeline
#type: docker
#name: deploy
#
#steps:
# - name: deploy
# image: alpine
# commands:
# - 'echo "TODO: implement deploy"'
# when:
# branch: master
#
#depends_on:
# - build
# - code-audit