Compare commits

..

1 Commits

Author SHA1 Message Date
Alexey Skobkin 97b7a75055 #20 Pipelines merged. Deploy pipeline commented for now. Trying to check only changed code.
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
2022-05-31 02:18:00 +03:00
1 changed files with 18 additions and 0 deletions

View File

@ -30,3 +30,21 @@ 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