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