Skip to content

Commit

Permalink
revert use-local-templates, not a copier arg
Browse files Browse the repository at this point in the history
  • Loading branch information
lreiher committed Sep 5, 2024
1 parent 6a30e81 commit 9bf569e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/check-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,13 @@ jobs:
- name: Install dependencies
run: |
pip install "copier~=9.2.0" "jinja2-strcase~=0.0.2"
- name: Configure git to run copier
run: |
git config --global user.name "dummy"
git config --global user.email "[email protected]"
- name: Generate packages
run: |
copier copy --trust --use-local-templates --defaults \
copier copy --trust --defaults \
-d template=${{ matrix.template }} \
-d package_name=${{ matrix.package_name }} \
-d is_component=${{ matrix.is_component }} \
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/generate-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,13 @@ jobs:
- name: Install dependencies
run: |
pip install "copier~=9.2.0" "jinja2-strcase~=0.0.2"
- name: Configure git to run copier
run: |
git config --global user.name "dummy"
git config --global user.email "[email protected]"
- name: Generate packages
run: |
copier copy --trust --use-local-templates --defaults \
copier copy --trust --defaults \
-d template=${{ matrix.template }} \
-d auto_shutdown=${{ matrix.auto_shutdown }} \
-d package_name=${{ matrix.package_name }} \
Expand Down

0 comments on commit 9bf569e

Please sign in to comment.