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:
parent
516c532e76
commit
acda9b1ca2
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue