diff options
author | chriseth <chris@ethereum.org> | 2018-07-05 20:36:53 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-05 20:36:53 +0800 |
commit | 98c034772233a6fe4d8e66ed305dfa9be15c6d89 (patch) | |
tree | ba97142d7d9b2213938156142ba30e72e111b104 | |
parent | b1ab81ef22030ee16c6d216bfe6a4dc74b726985 (diff) | |
parent | 0e129030949db8773f463ea83edc7a3b527fbe5d (diff) | |
download | dexon-solidity-98c034772233a6fe4d8e66ed305dfa9be15c6d89.tar.gz dexon-solidity-98c034772233a6fe4d8e66ed305dfa9be15c6d89.tar.zst dexon-solidity-98c034772233a6fe4d8e66ed305dfa9be15c6d89.zip |
Merge pull request #4435 from ethereum/pullBeforePush
Pull before pushing to bytecode (as on *ix).
-rw-r--r-- | scripts/bytecodecompare/storebytecode.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/bytecodecompare/storebytecode.bat b/scripts/bytecodecompare/storebytecode.bat index e64e9276..ef20a320 100644 --- a/scripts/bytecodecompare/storebytecode.bat +++ b/scripts/bytecodecompare/storebytecode.bat @@ -39,4 +39,5 @@ set REPORT=%DIRECTORY%/windows.txt cp ../report.txt %REPORT% git add %REPORT% git commit -a -m "Added report." +git pull --rebase git push origin 2>&1 |