build.bash: removed set -x
This commit is contained in:
parent
05d8d2d298
commit
ec931268b3
@ -149,13 +149,11 @@ function gitTag() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function createVersionSource() {
|
function createVersionSource() {
|
||||||
set -x
|
|
||||||
local tag
|
local tag
|
||||||
tag=$(gitTag)
|
tag=$(gitTag)
|
||||||
if [ -z "${tag}" ]; then
|
if [ -z "${tag}" ]; then
|
||||||
tag="n/a"
|
tag="n/a"
|
||||||
fi
|
fi
|
||||||
set +x
|
|
||||||
|
|
||||||
cat >version.go <<eot
|
cat >version.go <<eot
|
||||||
// Copyright (c) 2024 Celestino Amoroso (celestino.amoroso@gmail.com).
|
// Copyright (c) 2024 Celestino Amoroso (celestino.amoroso@gmail.com).
|
||||||
|
Loading…
Reference in New Issue
Block a user