.soyuz.yml in octopolo-1.11.4 vs .soyuz.yml in octopolo-1.12.0

- old
+ new

@@ -1,11 +1,11 @@ defaults: deploy_cmd: gem push *.gem before_deploy_cmds: - - /usr/local/bin/op tag-release - - sed -i "" -e "s/\".*/\"$(git tag | sed s/v// | sort -n -t. -k1,1 -k2,2 -k3,3 | tail -1)\"/" lib/octopolo/version.rb - - git add lib/octopolo/version.rb - - git commit -m "Version Bump" && git push +# - /usr/local/bin/op tag-release +# - sed -i "" -e "s/\".*/\"$(git tag | sed s/v// | sort -n -t. -k1,1 -k2,2 -k3,3 | tail -1)\"/" lib/octopolo/version.rb +# - git add lib/octopolo/version.rb +# - git commit -m "Version Bump" && git push - gem build octopolo.gemspec after_deploy_cmds: - rm *.gem environments: -