Skip to content

Commit

Permalink
rultor up
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Feb 9, 2024
1 parent 317b976 commit 4870df5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .rultor.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
docker:
image: yegor256/rultor-image:1.20.0
image: yegor256/rultor-image:1.22.0
assets:
rubygems.yml: yegor256/home#assets/rubygems.yml
install: |
pdd -f /dev/null
sudo bundle install --no-color "--gemfile=$(pwd)/Gemfile"
bundle install --no-color
release:
pre: false
script: |-
[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1
bundle exec rake
Expand Down

0 comments on commit 4870df5

Please sign in to comment.