mirror of
https://gitlab.com/cc-ru/ocelot/ocelot-desktop.git
synced 2025-12-20 02:59:19 +01:00
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:
parent
69101719c1
commit
a631226725
@ -59,6 +59,8 @@ release:
|
|||||||
image: registry.gitlab.com/gitlab-org/release-cli:latest
|
image: registry.gitlab.com/gitlab-org/release-cli:latest
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_TAG
|
- if: $CI_COMMIT_TAG
|
||||||
|
before_script:
|
||||||
|
- apk add git
|
||||||
script:
|
script:
|
||||||
- echo "Creating a new release for tag $CI_COMMIT_TAG."
|
- echo "Creating a new release for tag $CI_COMMIT_TAG."
|
||||||
- |
|
- |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user