mirror of
https://github.com/kiwix/kiwix-apple-custom.git
synced 2025-08-03 02:25:59 -04:00
Fix by removing pre-commit dependency on CI
This commit is contained in:
parent
01499da7e6
commit
03e30bfdb6
6
.github/workflows/cd.yml
vendored
6
.github/workflows/cd.yml
vendored
@ -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 --force
|
||||
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
6
.gitignore
vendored
@ -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
|
Loading…
x
Reference in New Issue
Block a user