mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
workflows: add the enterprise code to the fly builds
I want to be able to show previews that have the enterprise toggle.
This commit is contained in:
parent
7928ee2263
commit
f504cfdde3
3
.github/workflows/fly-build.yml
vendored
3
.github/workflows/fly-build.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user