mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
build-system: don't discard the get-or-create-build-nr script output
That was the whole point of the previous change. Also, run the build number creation on a pull request as well (at least for a while) so we don't need to create new releases in order to test that part of the process). Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
30efede730
commit
c0c447a5b6
2 changed files with 6 additions and 1 deletions
|
@ -19,7 +19,7 @@ git remote set-url origin "$url"
|
|||
git push origin main
|
||||
echo "build number prior to get-or-create was $(<latest-subsurface-buildnumber)"
|
||||
cd ..
|
||||
bash -x subsurface/scripts/get-or-create-build-nr.sh "$1" &> /dev/null
|
||||
bash -x subsurface/scripts/get-or-create-build-nr.sh "$1"
|
||||
echo "build number after get-or-create is $(<subsurface/latest-subsurface-buildnumber)"
|
||||
cp nightly-builds/latest-subsurface-buildnumber subsurface
|
||||
[[ -n $3 ]] && echo "$3" > subsurface/latest-subsurface-buildnumber-extension
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue