We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2155567 commit 10170adCopy full SHA for 10170ad
1 file changed
scripts/build-deb.sh
@@ -116,7 +116,7 @@ if [ -z ${BUILD_USER+x} ]; then
116
export BUILD_USER=github
117
fi
118
119
-if [ -z ${GPDB_PKG_VERSION} ]; then
+if [ -z "${GPDB_PKG_VERSION+x}" ]; then
120
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)
121
122
0 commit comments