mirror of https://github.com/citusdata/citus.git
Export upgrade_test_old_citus_version to use in some upgrade tests
parent
7ee9a0d1c4
commit
6afa4f2e62
|
@ -195,6 +195,7 @@ jobs:
|
|||
# run make check-citus-upgrade for all citus versions
|
||||
# the image has ${CITUS_VERSIONS} set with all verions it contains the binaries of
|
||||
for citus_version in ${CITUS_VERSIONS}; do \
|
||||
export upgrade_test_old_citus_version="$citus_version"; \
|
||||
gosu circleci \
|
||||
make -C src/test/regress \
|
||||
check-citus-upgrade \
|
||||
|
|
Loading…
Reference in New Issue