Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Do the tinkering with Drone config yet again
Browse files Browse the repository at this point in the history
  • Loading branch information
tdemin committed Dec 27, 2019
1 parent e4701b7 commit 89d0ceb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .drone.yml
Expand Up @@ -9,6 +9,8 @@ steps:
- pip install -r requirements.txt
- pylint --rcfile .pylintrc project_amber project_amber/handlers project_amber/helpers project_amber/models
when:
event:
- push
branch:
exclude:
- master
Expand All @@ -26,8 +28,5 @@ steps:
- ${DRONE_TAG}
- latest
when:
branch:
- master
event:
- push
- tag

0 comments on commit 89d0ceb

Please sign in to comment.