Skip to content

Commit 5367710

Browse files
author
MERGE_REQUEST_ROBOT_TOKEN
committed
ci: set explicit image for gitlab release job
1 parent 85aec74 commit 5367710

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ pypi upload:
277277

278278
gitlab release:
279279
stage: publish
280+
image: registry.gitlab.com/gitlab-org/release-cli:latest
280281
extends: .create_gitlab_release
281282
before_script:
282283
- echo "overriding default before_script..."

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
### Fixed
9+
- Fixed "gitlab release" CI job to explicitly set the release-cli image, avoiding issues with missing `$HOME` from the global image.
810

911
## [1.29.0] - 2026-03-26
1012
### Added

0 commit comments

Comments
 (0)