mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix code style
This commit is contained in:
parent
e37aea43ab
commit
6b570c4621
@ -40,9 +40,9 @@ else
|
||||
BUILD_DIR="$1"
|
||||
fi
|
||||
|
||||
WORKSPACE=${2:-/root/project}
|
||||
WORKSPACE="${2:-/root/project}"
|
||||
|
||||
cd $WORKSPACE
|
||||
cd "$WORKSPACE"
|
||||
|
||||
# shellcheck disable=SC2166
|
||||
if [[ "$CIRCLE_BRANCH" = release || -n "$CIRCLE_TAG" || -n "$FORCE_RELEASE" || "$(git tag --points-at HEAD 2>/dev/null)" == v* ]]
|
||||
|
Loading…
Reference in New Issue
Block a user