Merge pull request #52 from kiwix/cd-fix-bundle-install-with-force

Fix CD bundle install with --force
This commit is contained in:
BPH 2024-02-11 17:50:32 +01:00 committed by GitHub
commit 400a2b8294
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 4 deletions

View File

@ -51,10 +51,10 @@ jobs:
run: python -m pip install pyyaml
- name: Install Kiwix dependencies
run:
|
run: | # remove pre-commit, it's not needed for CI
cd apple
brew bundle
cat Brewfile | grep -v -e pre-commit > Brewfile_CI
brew bundle --force --file Brewfile_CI
cd ..
- name: Generate project based on tag

6
.gitignore vendored
View File

@ -7,4 +7,8 @@ custom_project_test.yml
# temp files for build
.brand_name
.build_number
.version_number
.version_number
# this is CI specific
Brewfile_CI
Brewfile_CI.lock.json