1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

deps: Do now show Git warning about detached HEAD state

Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
This commit is contained in:
Steffen Vogel 2024-02-08 09:35:21 +01:00
parent 516c532e76
commit acda9b1ca2

View file

@ -62,7 +62,7 @@ should_build() {
## Build configuration
# Use shallow git clones to speed up downloads
GIT_OPTS+=" --depth=1"
GIT_OPTS+=" --depth=1 --config advice.detachedHead=false"
# Install destination
PREFIX=${PREFIX:-/usr/local}