Skip to content

Commit

Permalink
#37 rultor cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 3, 2023
1 parent 6f85739 commit f5f9365
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .rultor.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
docker:
image: yegor256/rultor-image:1.21.0
readers:
- "urn:github:526301"
decrypt:
rubygems.yml: repo/rubygems.yml.asc
install: |-
git config --global user.email "[email protected]"
git config --global user.name "Test"
export GEM_HOME=~/.ruby
export GEM_PATH=$GEM_HOME:$GEM_PATH
bundle install
sudo bundle install --no-color "--gemfile=$(pwd)/Gemfile"
release:
script: |-
bundle exec rake
Expand All @@ -21,7 +21,3 @@ merge:
script: |-
bundle exec rake
./test.sh
deploy:
script: |-
echo 'There is nothing to deploy'
exit -1

0 comments on commit f5f9365

Please sign in to comment.