We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent3c7fb9f commit77fd5f9Copy full SHA for 77fd5f9
packaging/test/scripts/rpm_forks.sh
@@ -13,7 +13,7 @@ ulimit -n 1024
13
14
PG_TOG=$(echo$PG_VERSION| sed's|\.||g')
15
16
-if [${PBK_EDITION}=='ent' ];then
+if [${PBK_PBK_EDITION}=='ent' ];then
17
exit 0
18
fi
19
@@ -71,7 +71,7 @@ yum install -y ${PKG_NAME}
71
${PKG_NAME} --help
72
${PKG_NAME} --version
73
74
-if [$EDITION=='std' ];then
+if [$PBK_EDITION=='std' ];then
75
76
# install POSTGRESQL
77
# rpm -ivh https://download.postgresql.org/pub/repos/yum/reporpms/EL-${DISTRIB_VERSION}-x86_64/pgdg-redhat-repo-latest.noarch.rpm
@@ -120,11 +120,11 @@ sed -i "s/https/http/g" /etc/yum.repos.d/pg_probackup-forks.repo
120
121
# yum update -y ${PKG_NAME}
122
yum install -y${PKG_NAME}
123
-sleep 1
+
124
125
126
127
-if [$EDITION=='ent' ];then
+if [$PBK_EDITION=='ent' ];then
128
129
130