Compare commits
2 Commits
44afbabce7
...
fix/ci
Author | SHA1 | Date | |
---|---|---|---|
8799ea99c4 | |||
79845f7697 |
@ -18,6 +18,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ssh-key: ${{secrets.SEMANTIC_RELASE_SSH_KEY}}
|
||||
- name: run_release
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||
|
@ -1,10 +1,7 @@
|
||||
_exclude:
|
||||
- ".gitea/"
|
||||
- ".git/"
|
||||
- "CHANGELOG.md"
|
||||
- "copier.yml"
|
||||
# imports
|
||||
# repo config
|
||||
_subdirectory: template
|
||||
|
||||
# imports
|
||||
_jinja_extensions:
|
||||
- bec_lib.utils.copier_jinja_filters.CopierFilters
|
||||
|
||||
|
0
.gitignore → template/.gitignore
vendored
0
.gitignore → template/.gitignore
vendored
0
template/{{project_name}}/services/__init__.py
Normal file
0
template/{{project_name}}/services/__init__.py
Normal file
Reference in New Issue
Block a user