mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-30 00:00:11 +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
d544ab70bc
commit
2f15e151b4
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ should_build() {
|
||||||
## Build configuration
|
## Build configuration
|
||||||
|
|
||||||
# Use shallow git clones to speed up downloads
|
# Use shallow git clones to speed up downloads
|
||||||
GIT_OPTS+=" --depth=1"
|
GIT_OPTS+=" --depth=1 --config advice.detachedHead=false"
|
||||||
|
|
||||||
# Install destination
|
# Install destination
|
||||||
PREFIX=${PREFIX:-/usr/local}
|
PREFIX=${PREFIX:-/usr/local}
|
||||||
|
|
Loading…
Add table
Reference in a new issue