Draft: Gitlab CI #8
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