bin/publish in codeclimate-fede-0.85.40 vs bin/publish in codeclimate-fede-0.85.41
- old
+ new
@@ -22,10 +22,10 @@
echo "VEEEEERSION"
echo $version
echo "VERSIOOON ?"
#GITHUB_TOKEN=${GITHUB_TOKEN} hub release create -a ${ARTIFACTS_OUTPUT} -m "v${VERSION}" ${VERSION}
tar -c -f binaries *.gem
-GITHUB_TOKEN=${GITHUB_TOKEN} hub release create -a ../binaries -m "v${version}" ${version}
+GITHUB_TOKEN=${GITHUB_TOKEN} hub release create -a binaries -m "v${version}" ${version}
#docker build --rm --tag codeclimate/codeclimate .
#docker push codeclimate/codeclimate:latest
#docker tag codeclimate/codeclimate "codeclimate/codeclimate:$version"
#docker push "codeclimate/codeclimate:$version"