Skip to content

Commit 618add5

Browse files
committed
Remove docker release functionality
1 parent dc39dc2 commit 618add5

File tree

9 files changed

+141
-304
lines changed

9 files changed

+141
-304
lines changed

.github/workflows/ci_release.yaml

Lines changed: 0 additions & 23 deletions
This file was deleted.

.github/workflows/ci_workflow_dispatch.yaml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ repos:
4545
- id: no-commit-to-branch
4646
args: [--branch, dev, --branch, int, --branch, main]
4747
- repo: https://github.com/astral-sh/ruff-pre-commit
48-
rev: v0.11.12
48+
rev: v0.11.13
4949
hooks:
5050
- id: ruff
5151
args: [--fix, --exit-non-zero-on-fix]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Optional list of files which are actually mandatory in the template
22
# but are allowed to be removed in the current repository
33

4+
Dockerfile
5+
Dockerfile.debian
6+
47
scripts/script_utils/fastapi_app_location.py

.template/static_files_ignore.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ scripts/update_openapi_docs.py
1010
scripts/update_readme.py
1111
scripts/update_pyproject.py
1212
.github/workflows/check_openapi_spec.yaml
13+
.github/workflows/ci_release.yaml
14+
.github/workflows/ci_workflow_dispatch.yaml
1315
.github/workflows/tests.yaml
1416
.pyproject_generation/pyproject_template.toml
1517
.devcontainer/Dockerfile

Dockerfile

Lines changed: 0 additions & 65 deletions
This file was deleted.

Dockerfile.debian

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)