This repository has been archived on 2025-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
facturio/.gitlab-ci.yml
2024-08-17 21:33:03 +02:00

17 lines
218 B
YAML

stages:
- linting
- testing
- build
- staging
- production
default:
image: python:3.12-slim
build_image:
stage: build
image: docker
services:
- docker
script:
- docker build -t facturio .