Skip to content

Commit 617314c

Browse files
committed
fix ci
1 parent 11a69d2 commit 617314c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/scripts/test_image

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -ex
44

55
PROJECT_NAME=smartapp-template
66

7-
python -m copier --defaults . smartapp-template
7+
python -m copier copy --trust --defaults . smartapp-template
88
docker build -t $PROJECT_NAME $PROJECT_NAME
99

1010
# there should be added `--fail` option to curl command when healthcheck endpoint is added

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
run: |
103103
python -m pip install --upgrade pip
104104
pip install copier==9.15.1 copier-templates-extensions==0.3.2
105-
python -m copier --defaults . async-box-bot
105+
python -m copier copy --trust --defaults . async-box-bot
106106
107107
- name: Get full Python version
108108
id: full-python-version
@@ -158,7 +158,7 @@ jobs:
158158
run: |
159159
python -m pip install --upgrade pip
160160
pip install copier==9.15.1 copier-templates-extensions==0.3.2
161-
python -m copier --defaults . async-box-bot
161+
python -m copier copy --trust --defaults . async-box-bot
162162
163163
- name: Get full Python version
164164
id: full-python-version

0 commit comments

Comments
 (0)