Skip to content

Commit

Permalink
#16 rultor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Oct 22, 2014
1 parent 438c842 commit d832048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ assets:
install:
- "sudo apt-get update"
- "sudo apt-get install -y --fix-missing libmagic1 libmagic-dev"
- "sudo gem install pdd"

release:
script:
Expand All @@ -15,7 +16,6 @@ release:
- "gem build pdd.gemspec"
- "chmod 0600 ../rubygems.yml"
- "gem push *.gem --config-file ../rubygems.yml"
- "gem install pdd"
- "pdd --source=$(pwd) --verbose --file=pdd.xml -e=test/** -e=features/** -e=README.md"
- "s3cmd --no-progress put pdd.xml --config=../s3cfg s3://pdd.teamed.io/pdd.xml"
- "s3cmd --no-progress put assets/puzzles.xsd --acl-public --config=../s3cfg s3://pdd-xsd.teamed.io/${tag}.xsd"
Expand Down

0 comments on commit d832048

Please sign in to comment.