Skip to content

Commit 10170ad

Browse files
authored
Fix unbound GPDB_PKG_VERSION (#27)
1 parent 2155567 commit 10170ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/build-deb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ if [ -z ${BUILD_USER+x} ]; then
116116
export BUILD_USER=github
117117
fi
118118

119-
if [ -z ${GPDB_PKG_VERSION} ]; then
119+
if [ -z "${GPDB_PKG_VERSION+x}" ]; then
120120
export GPDB_PKG_VERSION=${GPDB_FULL_VERSION}-${BUILD_NUMBER}-yandex.$(git --git-dir=.git rev-list HEAD --count).$(git --git-dir=.git rev-parse --short HEAD)
121121
fi
122122

0 commit comments

Comments
 (0)