Skip to content

Commit

Permalink
workflows: explicitly add a dummy ext/ directory
Browse files Browse the repository at this point in the history
Having it checked in to git caused problems with Grist Desktop and
Grist Static because their build processes expected to have nothing
there, as well as interfering with checking out Grist Core as a
submodule.

So we do this instead.
  • Loading branch information
jordigh committed Jul 11, 2024
1 parent 8f443a3 commit a437dfa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ jobs:
with:
ref: ${{ env.BRANCH }}

- name: Add a dummy ext/ directory
run:
mkdir ext && touch ext/dummy

- name: Check out the ext/ directory
if: matrix.image.name != 'grist-oss'
run: buildtools/checkout-ext-directory.sh ${{ matrix.image.repo }}
Expand Down
5 changes: 0 additions & 5 deletions ext/README.md

This file was deleted.

0 comments on commit a437dfa

Please sign in to comment.