Skip to content

Commit

Permalink
chore: release public gem
Browse files Browse the repository at this point in the history
  • Loading branch information
TamarinEA committed Jul 21, 2021
1 parent c51d9ab commit 7b94d0e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ volumes:
path: /home/data/drone/gems

spec_step_common: &spec_step_common
image: abakpress/dind-testing
pull: always
image: abakpress/dind-testing:1.0.3
pull: if-not-exists
privileged: true
volumes:
- name: images
Expand Down Expand Up @@ -53,10 +53,10 @@ steps:

- name: release
image: abakpress/gem-publication:latest
pull: true
pull: if-not-exists
when:
event: push
branch: master
status: success
commands:
- release-gem
- release-gem --public

0 comments on commit 7b94d0e

Please sign in to comment.