mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
ncp-update: Suppress output from fetching git tags
Signed-off-by: thecalcaholic <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
parent
917ee9bbcd
commit
55c4ff7595
@ -33,7 +33,7 @@
|
||||
./update.sh || exit $?
|
||||
|
||||
cd "$TMPDIR"
|
||||
git describe --always --tags --abbrev=0 2>/dev/null | grep -qoP "v\d+\.\d+\.\d+" || git fetch --unshallow --tags
|
||||
git describe --always --tags --abbrev=0 2>/dev/null | grep -qoP "v\d+\.\d+\.\d+" || git fetch --unshallow --tags -q
|
||||
VER=$( git describe --always --tags --abbrev=0 | grep -oP "v\d+\.\d+\.\d+" )
|
||||
|
||||
# check format
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user