mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #1196 from ethereum/solc-bin-publish-update
solc-bin publish script should let the update script decide which files changed
This commit is contained in:
commit
2d9109ba45
@ -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 -a -m "Added compiler version $FULLVERSION"
|
||||
git push origin gh-pages
|
||||
|
Loading…
Reference in New Issue
Block a user