Skip to content

Commit

Permalink
rultor up
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Nov 17, 2023
1 parent 6d64b8c commit 2a9080f
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,10 +1,11 @@
docker:
image: yegor256/rultor-image:1.21.0
image: yegor256/rultor-image:1.22.0
assets:
rubygems.yml: yegor256/home#assets/rubygems.yml
install: |
sudo chown -R "$(whoami)" /usr/local/rvm
pdd -f /dev/null
sudo bundle install --no-color "--gemfile=$(pwd)/Gemfile"
bundle install --no-color "--gemfile=$(pwd)/Gemfile"
release:
script: |-
[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1
Expand Down

0 comments on commit 2a9080f

Please sign in to comment.