aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/bytecodecompare/storebytecode.sh
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-07-04 18:18:49 +0800
committerGitHub <noreply@github.com>2017-07-04 18:18:49 +0800
commit331b0b1c6ba79011025292d6247cf629fff40c6e (patch)
tree1fae4df923f7ceecb9001d843f933c96ff191d32 /scripts/bytecodecompare/storebytecode.sh
parent6e4e627b133cd86df204c7d769a15347e32c3e46 (diff)
parent194ff033ae44944ac59aa7bd3da89ba94ec5893c (diff)
downloaddexon-solidity-331b0b1c6ba79011025292d6247cf629fff40c6e.tar
dexon-solidity-331b0b1c6ba79011025292d6247cf629fff40c6e.tar.gz
dexon-solidity-331b0b1c6ba79011025292d6247cf629fff40c6e.tar.bz2
dexon-solidity-331b0b1c6ba79011025292d6247cf629fff40c6e.tar.lz
dexon-solidity-331b0b1c6ba79011025292d6247cf629fff40c6e.tar.xz
dexon-solidity-331b0b1c6ba79011025292d6247cf629fff40c6e.tar.zst
dexon-solidity-331b0b1c6ba79011025292d6247cf629fff40c6e.zip
Merge pull request #2516 from ethereum/release
Merge release back into develop.
Diffstat (limited to 'scripts/bytecodecompare/storebytecode.sh')
-rwxr-xr-xscripts/bytecodecompare/storebytecode.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/bytecodecompare/storebytecode.sh b/scripts/bytecodecompare/storebytecode.sh
index 564de3f8..8d4100bf 100755
--- a/scripts/bytecodecompare/storebytecode.sh
+++ b/scripts/bytecodecompare/storebytecode.sh
@@ -98,9 +98,8 @@ EOF
REPORT="$DIRNAME/$ZIP_SUFFIX.txt"
cp ../report.txt "$REPORT"
# Only push if adding actually worked, i.e. there were changes.
- if git add "$REPORT"
+ if git add "$REPORT" && git commit -a -m "Added report $REPORT"
then
- git commit -a -m "Added report $REPORT"
git pull --rebase
git push origin
else