Skip to content

Commit

Permalink
#38 rultor
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed May 15, 2023
1 parent efd80b8 commit 349d60a
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .rultor.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
docker:
image: yegor256/rultor-image:1.19.0
assets:
rubygems.yml: yegor256/home#assets/rubygems.yml
install: |-
export GEM_HOME=~/.ruby
export GEM_PATH=$GEM_HOME:$GEM_PATH
sudo gem install pdd -v 0.20.5
bundle install
install: |
pdd -f /dev/null
sudo bundle install --no-color "--gemfile=$(pwd)/Gemfile"
release:
script: |-
bundle exec rake
Expand All @@ -18,9 +18,4 @@ release:
gem push *.gem --config-file ../rubygems.yml
merge:
script: |-
bundle exec rake
pdd -f /dev/null
deploy:
script: |-
echo 'There is nothing to deploy'
exit -1
bundle exec rake clean test rubocop copyright

0 comments on commit 349d60a

Please sign in to comment.