Install git when doing a release

Apparently the reason releases did not have patch notes attached was
that git was not installed in the release-cli image at all.
This commit is contained in:
Fingercomp 2023-07-14 02:44:23 +07:00
parent 69101719c1
commit a631226725
No known key found for this signature in database
GPG Key ID: BBC71CEE45D86E37

View File

@ -59,6 +59,8 @@ release:
image: registry.gitlab.com/gitlab-org/release-cli:latest
rules:
- if: $CI_COMMIT_TAG
before_script:
- apk add git
script:
- echo "Creating a new release for tag $CI_COMMIT_TAG."
- |