.rultor.yml in est-0.3 vs .rultor.yml in est-0.3.1
- old
+ new
@@ -1,15 +1,13 @@
assets:
- rubygems.yml: "yegor256/home#assets/rubygems.yml"
- s3cfg: "yegor256/home#assets/s3cfg"
-
+ rubygems.yml: yegor256/home#assets/rubygems.yml
+ s3cfg: yegor256/home#assets/s3cfg
install: |
sudo gem install pdd
sudo gem install est
-
release:
- script: |
+ script: |-
sudo bundle install
rake
rm -rf *.gem
sed -i "s/1\.0\.snapshot/${tag}/g" lib/est/version.rb
git add lib/est/version.rb
@@ -21,5 +19,13 @@
s3cmd --no-progress put est.xml --config=../s3cfg s3://pdd.teamed.io/est.xml
s3cmd --no-progress put assets/est.xsd --acl-public --config=../s3cfg s3://est-xsd.teamed.io/${tag}.xsd
s3cmd --no-progress put assets/est.xsl --acl-public --config=../s3cfg s3://est-xsl.teamed.io/${tag}.xsl
est --dir=./est --format=xml --file=est-estimate.xml
s3cmd --no-progress put est-estimate.xml --config=../s3cfg s3://est.teamed.io/est.xml
+ commanders:
+ - yegor256
+architect:
+- yegor256
+- davvd
+merge:
+ commanders: []
+deploy: {}
\ No newline at end of file