Draft: Gitlab CI #8

Open
JustScreaMy wants to merge 11 commits from 12-gitlab-ci into master
Showing only changes of commit 9ef5349409 - Show all commits

View file

@ -7,7 +7,11 @@ stages:
default:
image: python:3.12-slim
before_script:
- ...
pre-commit:
stage: linting
#pre-commit:
# stage: linting
build_image:
stage: build
script:
- docker build -t facturio .