Skip to content

Commit c329443

Browse files
authored
Revert installation of EE (#14784)
1 parent 44a4c97 commit c329443

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

ct/grist.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ function update_script() {
5454
[[ -f /opt/grist_bak/landing.db ]] && cp /opt/grist_bak/landing.db /opt/grist/landing.db
5555
cd /opt/grist
5656
$STD yarn install
57-
$STD yarn run install:ee -y
5857
$STD yarn run build:prod
5958
$STD yarn run install:python
6059
msg_ok "Updated Grist"

install/grist-install.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ export CYPRESS_INSTALL_BINARY=0
2828
export NODE_OPTIONS="--max-old-space-size=2048"
2929
cd /opt/grist
3030
$STD yarn install
31-
$STD yarn run install:ee -y
3231
$STD yarn run build:prod
3332
$STD yarn run install:python
3433
cat <<EOF >/opt/grist/.env

0 commit comments

Comments
 (0)