mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
build-system: avoid output that confuses the script
The get-or-create-buildnr.sh script writes a nice message to stdout which is useful when using it interactively - but it broke the scripting; so redirect that output. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
4f077ef00e
commit
13603a0878
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ cd nightly-builds
|
|||
git remote set-url origin "$url"
|
||||
git push origin main
|
||||
cd ..
|
||||
bash -x subsurface/scripts/get-or-create-build-nr.sh "$1"
|
||||
bash -x subsurface/scripts/get-or-create-build-nr.sh "$1" &> /dev/null
|
||||
cp nightly-builds/latest-subsurface-buildnumber subsurface
|
||||
[[ -n $3 ]] && echo "$3" > subsurface/latest-subsurface-buildnumber-extension
|
||||
bash subsurface/scripts/get-version
|
||||
|
|
Loading…
Add table
Reference in a new issue