diff options
Diffstat (limited to 'csit/get-versions.sh')
-rw-r--r-- | csit/get-versions.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/csit/get-versions.sh b/csit/get-versions.sh index d3f6bcda..6e50d088 100644 --- a/csit/get-versions.sh +++ b/csit/get-versions.sh @@ -23,6 +23,9 @@ source "${SCRIPTS}"/get-branch.sh export POLICY_MARIADB_VER=10.5.8 echo POLICY_MARIADB_VER=${POLICY_MARIADB_VER} +export POLICY_POSTGRES_VER=11.1 +echo POLICY_POSTGRES_VER=${POLICY_POSTGRES_VER} + function getVersion { REPO=$1 |