Fix code style

This commit is contained in:
Rodrigo Q. Saramago 2022-09-10 20:01:30 +02:00
parent e37aea43ab
commit 6b570c4621
No known key found for this signature in database
GPG Key ID: 9B36B2525704A359

View File

@ -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* ]]