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

18 lines
218 B
YAML
Raw Normal View History

2024-02-16 15:55:12 +01:00
stages:
- linting
- testing
- build
- staging
- production
default:
image: python:3.12-slim
2024-08-17 21:29:19 +02:00
build_image:
stage: build
2024-08-17 21:31:11 +02:00
image: docker
services:
- docker
2024-08-17 21:29:19 +02:00
script:
- docker build -t facturio .