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

ci(gitlab): install git for release job

parent de5fc92d
No related branches found
No related tags found
No related merge requests found
Pipeline #276743 failed
......@@ -39,6 +39,7 @@ release:
stage: release
image: docker.io/python:3.8-slim-bullseye
before_script:
- apt-get update && apt-get install git
- pip install --requirement requirements.ci.txt
script:
- semantic-release --verbosity=DEBUG publish
......
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