Skip to content

Commit 7cd9465

Browse files
committed
Allow to override build type
1 parent 043cc4e commit 7cd9465

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.gitlab/ci/prepare.gitlab-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@ generate-environment:
22
stage: prepare
33
image: alpine:3.22
44
script:
5-
- echo "RETICULUM_CONTAINER_VERSION=$(cat VERSION)-experimental-$CI_PIPELINE_ID-$CI_COMMIT_SHA" > .gitlab/ci/env
5+
- echo "RETICULUM_CONTAINER_VERSION=$(cat VERSION)-$RETICULUM_BUILD_TYPE-$CI_PIPELINE_ID-$CI_COMMIT_SHA" > .gitlab/ci/env
66
- |
77
echo -e "\e[0Ksection_start:`date +%s`:glpa_summary\r\e[0KHeader of the summary"
88
grep 'RETICULUM_CONTAINER_VERSION=' .gitlab/ci/env
99
echo -e "\e[0Ksection_end:`date +%s`:glpa_summary\r\e[0K"
10+
variables:
11+
RETICULUM_BUILD_TYPE: experimental
1012
artifacts:
1113
expire_in: 1 day
1214
reports:

0 commit comments

Comments
 (0)