From 23f6b759e8969b4c4db085f963d57e9a16e26814 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Thu, 6 Nov 2025 18:50:46 +0100 Subject: [PATCH] Change directory to /opt/grist before build steps (#8913) --- ct/grist.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ct/grist.sh b/ct/grist.sh index dc8f28639..706ae7953 100644 --- a/ct/grist.sh +++ b/ct/grist.sh @@ -47,6 +47,7 @@ function update_script() { cp -r /opt/grist_bak/docs/* /opt/grist/docs/ cp /opt/grist_bak/grist-sessions.db /opt/grist/grist-sessions.db cp /opt/grist_bak/landing.db /opt/grist/landing.db + cd /opt/grist $STD yarn install $STD yarn run build:prod $STD yarn run install:python