Skip to content

Commit

Permalink
(core) Allow unzip to override fly-template.env, and to be explicit w…
Browse files Browse the repository at this point in the history
…hat we are unzipping (#479)

* Allow unzip to override fly-template.env, and to be explicit what we are unzipping

* Sync up behavior of github preview workflows with grist-core
  • Loading branch information
dsagal authored Dec 19, 2024
1 parent e8189ee commit 1aff953
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/fly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ jobs:
path: |
./grist-core.tar
./pr-info.txt
./buildtools/fly-template.env
if-no-files-found: "error"
2 changes: 1 addition & 1 deletion .github/workflows/fly-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Extract artifacts
id: extract_artifacts
run: |
unzip docker-image.zip
unzip -o docker-image.zip grist-core.tar pr-info.txt buildtools/fly-template.env
cat ./pr-info.txt >> $GITHUB_OUTPUT
- name: Load Docker image
run: docker load --input grist-core.tar
Expand Down

0 comments on commit 1aff953

Please sign in to comment.