solc-bin publish script should let the update script decide which files changed

This commit is contained in:
Alex Beregszaszi 2016-10-10 22:54:37 +01:00
parent d3f410d8a8
commit 302affeb29

View File

@ -84,8 +84,6 @@ fi
# This file is assumed to be the product of the build_emscripten.sh script. # This file is assumed to be the product of the build_emscripten.sh script.
cp ../soljson.js ./bin/"soljson-$FULLVERSION.js" cp ../soljson.js ./bin/"soljson-$FULLVERSION.js"
node ./update node ./update
cd bin git add ./bin/"soljson-$FULLVERSION.js"
git add . git commit -m "Added compiler version $FULLVERSION" -a
git add ../soljson.js
git commit -m "Added compiler version $FULLVERSION"
git push origin gh-pages git push origin gh-pages