Add git safe.directory workaround in emscripten build script

Co-authored-by: Kamil Śliwak <kamil.sliwak@codepoets.it>
This commit is contained in:
Rodrigo Q. Saramago
2022-10-20 19:43:18 -03:00
parent f808855329
commit 9dbc3e0b82
2 changed files with 4 additions and 5 deletions
+1 -4
View File
@@ -40,12 +40,9 @@ else
BUILD_DIR="$1"
fi
apt-get update
apt-get install lz4 --no-install-recommends
WORKSPACE=/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* ]]