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

Commit

Permalink
Update Drone pipeline settings
Browse files Browse the repository at this point in the history
  • Loading branch information
tdemin committed Dec 27, 2019
1 parent fd22103 commit 570cd77
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .drone.yml
Expand Up @@ -7,7 +7,7 @@ steps:
commands:
- pip install pylint
- pip install -r requirements.txt
- pylint project_amber
- pylint --rcfile .pylintrc project_amber project_amber/handlers project_amber/helpers project_amber/models
when:
branch:
exclude:
Expand All @@ -21,8 +21,10 @@ steps:
from_secret: password
repo: registry.git.tdem.in/amber
registry: registry.git.tdem.in
auto_tag: true
dockerfile: Dockerfile
tags:
- ${DRONE_TAG}
- latest
when:
branch:
- master
Expand Down

0 comments on commit 570cd77

Please sign in to comment.