mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-18 03:23:37 +08:00
Export variables to docker-build
This commit export the `GENERATE_DOWNGRADE_SCRIPT` and `PG_VERSION` variables from `test_downgrade_to_tag.sh` to `docker-build.sh`.
This commit is contained in:
parent
a3e8fd0497
commit
e28b9d0d60
@ -20,6 +20,9 @@ DO_CLEANUP=${DO_CLEANUP:-true}
|
||||
PGOPTS="-v TEST_VERSION=${TEST_VERSION} -v TEST_REPAIR=${TEST_REPAIR} -v WITH_SUPERUSER=${WITH_SUPERUSER} -v WITH_ROLES=true -v WITH_CHUNK=true"
|
||||
GENERATE_DOWNGRADE_SCRIPT=${GENERATE_DOWNGRADE_SCRIPT:-ON}
|
||||
|
||||
# The following variables are exported to called scripts.
|
||||
export GENERATE_DOWNGRADE_SCRIPT PG_VERSION
|
||||
|
||||
# PID of the current shell
|
||||
PID=$$
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user