Skip to content

Commit

Permalink
Merge pull request #312 from NatLibFi/dry-run-of-drone-builds-for-PRs
Browse files Browse the repository at this point in the history
Dry run of drone builds for p rs
  • Loading branch information
juhoinkinen authored Aug 9, 2019
2 parents 51267b3 + 3b63707 commit 58c2928
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ steps:
image: plugins/docker
settings:
dockerfile: Dockerfile
username:
from_secret: docker_username
password:
from_secret: docker_password
registry: quay.io
repo: quay.io/natlibfi/annif
tags: [dry-run-built]
dry_run: true
when:
event:
Expand Down

0 comments on commit 58c2928

Please sign in to comment.