Add 1.4.2 to update test scripts

This commit is contained in:
Sven Klemm 2019-09-12 08:54:24 +02:00 committed by Sven Klemm
parent 33a75ab09d
commit b2d7be31bb
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ if [ $EXIT_CODE -ne 0 ]; then
fi
TAGS="1.3.0-pg10 1.3.1-pg10 1.3.2-pg10 1.4.0-pg10 1.4.1-pg10"
TAGS="1.3.0-pg10 1.3.1-pg10 1.3.2-pg10 1.4.0-pg10 1.4.1-pg10 1.4.2-pg10"
TEST_VERSION="v3"
TAGS=$TAGS TEST_VERSION=$TEST_VERSION bash ${SCRIPT_DIR}/test_updates.sh

View File

@ -21,7 +21,7 @@ if [ $EXIT_CODE -ne 0 ]; then
exit $EXIT_CODE
fi
TAGS="1.3.0-pg9.6 1.3.1-pg9.6 1.3.2-pg9.6 1.4.0-pg9.6 1.4.1-pg9.6"
TAGS="1.3.0-pg9.6 1.3.1-pg9.6 1.3.2-pg9.6 1.4.0-pg9.6 1.4.1-pg9.6 1.4.2-pg9.6"
TEST_VERSION="v3"
TAGS=$TAGS TEST_VERSION=$TEST_VERSION bash ${SCRIPT_DIR}/test_updates.sh