Skip to content

Commit d4d175d

Browse files
authored
Change directory to /opt/grist before build steps (#8913)
1 parent b165016 commit d4d175d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ct/grist.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ function update_script() {
4747
cp -r /opt/grist_bak/docs/* /opt/grist/docs/
4848
cp /opt/grist_bak/grist-sessions.db /opt/grist/grist-sessions.db
4949
cp /opt/grist_bak/landing.db /opt/grist/landing.db
50+
cd /opt/grist
5051
$STD yarn install
5152
$STD yarn run build:prod
5253
$STD yarn run install:python

0 commit comments

Comments
 (0)