File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55PROJECT_NAME=smartapp-template
66
7- python -m copier --defaults . smartapp-template
7+ python -m copier copy --trust --defaults . smartapp-template
88docker build -t $PROJECT_NAME $PROJECT_NAME
99
1010# there should be added `--fail` option to curl command when healthcheck endpoint is added
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments