mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
commit
119bd4addc
@ -67,6 +67,7 @@ then
|
|||||||
fi
|
fi
|
||||||
FULLVERSION="$VER+commit.$COMMIT"
|
FULLVERSION="$VER+commit.$COMMIT"
|
||||||
elif [ "$TRAVIS_BRANCH" = develop ]
|
elif [ "$TRAVIS_BRANCH" = develop ]
|
||||||
|
then
|
||||||
# We only want one release per day and we do not want to push the same commit twice.
|
# 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
|
then
|
||||||
@ -75,8 +76,8 @@ elif [ "$TRAVIS_BRANCH" = develop ]
|
|||||||
fi
|
fi
|
||||||
FULLVERSION="$VER-nightly.$DATE+commit.$COMMIT"
|
FULLVERSION="$VER-nightly.$DATE+commit.$COMMIT"
|
||||||
else
|
else
|
||||||
echo "Not publishing, wrong branch."
|
echo "Not publishing, wrong branch."
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user