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 d281518 commit b0f5cbeCopy full SHA for b0f5cbe
scripts/build.sh
@@ -20,4 +20,4 @@ echo "MK_VERSION := $TRAVIS_TAG" > $OUT/version.mk
20
tar -czf release.tgz -C release .
21
cd release/; zip -r ../release.zip .; cd ..
22
gem install octokit
23
-ruby scripts/github_release.rb -c CHANGELOG.md -s $GITHUB_OAUTH_TOKEN -r krom/docker-compose-makefile -t $TRAVIS_TAG
+#ruby scripts/github_release.rb -c CHANGELOG.md -s $GITHUB_OAUTH_TOKEN -r krom/docker-compose-makefile -t $TRAVIS_TAG
0 commit comments