mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix problem that caused multiple binaries per day.
This commit is contained in:
parent
c06ba01136
commit
82ba5c9615
@ -55,7 +55,7 @@ git config user.email "chris@ethereum.org"
|
||||
git checkout -B gh-pages origin/gh-pages
|
||||
git clean -f -d -x
|
||||
# We only want one release per day and we do not want to push the same commit twice.
|
||||
if ls ./bin/soljson-"$VER-nightly.$DATE"-*.js || ls ./bin/soljson-*"commit.$COMMIT.js"
|
||||
if ls ./bin/soljson-"$VER-nightly.$DATE"*.js || ls ./bin/soljson-*"commit.$COMMIT.js"
|
||||
then
|
||||
echo "Not publishing, we already published this version today."
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user