Skip to content

Commit 9da6382

Browse files
committed
Merge branch 'fix-ci-release' into 'main'
Fix CI release stage See merge request reportcreator/reportcreator!1030
2 parents 0888f24 + bb842b4 commit 9da6382

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,8 @@ release-prod:
278278

279279
# Create a GitHub release with pre-built JS files
280280
# Copy pre-built frontend files
281+
- docker pull $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG
282+
- CONTAINER_ID=$(docker create $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG)
281283
- docker cp $CONTAINER_ID:/app/api/src/static api/src/
282284
- docker cp $CONTAINER_ID:/app/api/src/frontend/index.html api/src/frontend/index.html
283285
- sed -i "/^src\/static$/d" api/.gitignore

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## v2025.68 - 2025-08-13
3+
## v2025.69 - 2025-08-13
44
* Replace deprecated bitnami redis docker image with official redis image
55
* Plugin `markdownexport`: Export reports as Markdown documents in ZIP format
66
* Fix out of memory bug in `StreamingHttpResponseAsync`

0 commit comments

Comments
 (0)