From f504cfdde37b1c0358817ff72d42c72bfb886165 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jordi=20Guti=C3=A9rrez=20Hermoso?= Date: Tue, 23 Jul 2024 15:31:27 -0400 Subject: [PATCH] workflows: add the enterprise code to the fly builds I want to be able to show previews that have the enterprise toggle. --- .github/workflows/fly-build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/fly-build.yml b/.github/workflows/fly-build.yml index 26c5fee5..820da9fd 100644 --- a/.github/workflows/fly-build.yml +++ b/.github/workflows/fly-build.yml @@ -23,7 +23,8 @@ jobs: - name: Build and export Docker image id: docker-build run: > - docker build -t grist-core:preview . && + ./buildtools/checkout-ext-directory.sh grist-ee && + docker build -t grist-core:preview . --build-context ext=ext && docker image save grist-core:preview -o grist-core.tar - name: Save PR information run: |