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