Skip to content

Commit

Permalink
workflows: add the enterprise code to the fly builds
Browse files Browse the repository at this point in the history
I want to be able to show previews that have the enterprise toggle.
  • Loading branch information
jordigh committed Jul 23, 2024
1 parent 7928ee2 commit 629e74e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/fly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 629e74e

Please sign in to comment.