Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@ steps:
- pull_request

- name: Bump and Tag
image: ruby:2.6
image: quay.io/openware/sdk-tools:0.0.6
environment:
BRANCH_NAME: ${DRONE_BRANCH}
REPO_NAME: ${DRONE_REPO}
GITHUB_API_KEY:
from_secret: kite_bot_key
commands:
- ruby ci/bump.rb
- BUNDLE_GEMFILE=/sdk/Gemfile bundle exec rake --rakefile=/sdk/Rakefile release:push
- BUNDLE_GEMFILE=/sdk/Gemfile bundle exec rake --rakefile=/sdk/Rakefile ci:write_version
when:
event:
- push
Expand All @@ -40,3 +43,6 @@ steps:
when:
event:
- tag

image_pull_secrets:
- dockerconfigjson
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.1.17