We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef15b6e commit 52c1675Copy full SHA for 52c1675
.rultor.yml
@@ -1,22 +1,25 @@
1
+readers:
2
+ - "urn:github:526301"
3
decrypt:
4
rubygems.yml: repo/rubygems.yml.asc
5
install: |-
6
git config --global user.email "[email protected]"
7
git config --global user.name "Test"
8
+ bundle install
9
release:
10
script: |-
11
+ bundle exec rake
12
./test.sh
13
rm -rf *.gem
14
sed -i "s/2.0.snapshot/${tag}/g" jgd.gemspec
15
gem build jgd.gemspec
16
chmod 0600 ../rubygems.yml
17
gem push *.gem --config-file ../rubygems.yml
- commanders:
- - yegor256
-architect:
-- yegor256
18
-- davvd
19
merge:
20
- commanders: []
21
- script: ./test.sh
22
-deploy: {}
+ script: |-
+ ./test.sh
+deploy:
23
24
+ echo 'There is nothing to deploy'
25
+ exit -1
0 commit comments