We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd25e52 commit 19608e5Copy full SHA for 19608e5
ebssurrogate/scripts/surrogate-bootstrap.sh
@@ -182,6 +182,7 @@ function setup_chroot_environment {
182
cp /tmp/chroot-bootstrap.sh /mnt/tmp/chroot-bootstrap.sh
183
chroot /mnt /tmp/chroot-bootstrap.sh
184
rm -f /mnt/tmp/chroot-bootstrap.sh
185
+ echo "${POSTGRES_SUPABASE_VERSION}" > /mnt/root/supabase-release
186
187
# Copy the nvme identification script into /sbin inside the chroot
188
mkdir -p /mnt/sbin
0 commit comments