.rultor.yml in loog-0.2.1 vs .rultor.yml in loog-0.3.0
- old
+ new
@@ -1,32 +1,20 @@
+docker:
+ image: yegor256/rultor-image:1.9.1
assets:
rubygems.yml: yegor256/home#assets/rubygems.yml
- s3cfg: yegor256/home#assets/s3cfg
install: |
- export GEM_HOME=~/.ruby
- export GEM_PATH=$GEM_HOME:$GEM_PATH
- sudo apt-get -y update
- sudo gem install pdd -v 0.20.5
+ pdd -f /dev/null
+ sudo bundle install --no-color "--gemfile=$(pwd)/Gemfile"
release:
script: |-
- bundle install
bundle exec rake
rm -rf *.gem
sed -i "s/0\.0\.0/${tag}/g" loog.gemspec
git add loog.gemspec
git commit -m "version set to ${tag}"
gem build loog.gemspec
chmod 0600 ../rubygems.yml
gem push *.gem --config-file ../rubygems.yml
- commanders:
- - yegor256
-architect:
-- yegor256
merge:
script: |-
- bundle install
bundle exec rake
- pdd
-deploy:
- script: |-
- echo "There is nothing to deploy"
- exit -1