File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -238,6 +238,7 @@ build {
238
238
" DOCKER_PASSWD=${ var . docker_passwd } " ,
239
239
" DOCKER_IMAGE=${ var . docker_image } " ,
240
240
" DOCKER_IMAGE_TAG=${ var . docker_image_tag } "
241
+ " POSTGRES_SUPABASE_VERSION=${ var . postgres-version } "
241
242
]
242
243
use_env_var_file = true
243
244
script = " ebssurrogate/scripts/surrogate-bootstrap.sh"
Original file line number Diff line number Diff line change @@ -182,6 +182,7 @@ function setup_chroot_environment {
182
182
cp /tmp/chroot-bootstrap.sh /mnt/tmp/chroot-bootstrap.sh
183
183
chroot /mnt /tmp/chroot-bootstrap.sh
184
184
rm -f /mnt/tmp/chroot-bootstrap.sh
185
+ echo " ${POSTGRES_SUPABASE_VERSION} " > /mnt/root/supabase-release
185
186
186
187
# Copy the nvme identification script into /sbin inside the chroot
187
188
mkdir -p /mnt/sbin
You can’t perform that action at this time.
0 commit comments