Skip to content
Snippets Groups Projects
Verified Commit 2b3762f1 authored by Stefan Hynek's avatar Stefan Hynek :drooling_face:
Browse files

ci(gitlab): add release stage and job

parent df292c33
No related branches found
No related tags found
1 merge request!9Resolve "set up release workflow"
Pipeline #276733 failed
......@@ -7,6 +7,7 @@ workflow:
stages:
- test
- release
- build
variables:
......@@ -34,6 +35,14 @@ lint dockerfile:
changes:
- Dockerfile
release:
stage: release
image: docker.io/python:3.8-alpine
before_script:
- pip install --user --requirement requirements.ci.txt
script:
- semantic-release --verbosity=DEBUG publish
build container image:
stage: build
image:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment