start of gitlab-ci
This commit is contained in:
parent
5592462962
commit
3b7297c2fe
1 changed files with 13 additions and 0 deletions
13
.gitlab-ci.yml
Normal file
13
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
stages:
|
||||||
|
- linting
|
||||||
|
- testing
|
||||||
|
- build
|
||||||
|
- staging
|
||||||
|
- production
|
||||||
|
|
||||||
|
default:
|
||||||
|
image: python:3.12-slim
|
||||||
|
before_script:
|
||||||
|
- ...
|
||||||
|
pre-commit:
|
||||||
|
stage: linting
|
Reference in a new issue