We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 043cc4e commit 7cd9465Copy full SHA for 7cd9465
1 file changed
.gitlab/ci/prepare.gitlab-ci.yml
@@ -2,11 +2,13 @@ generate-environment:
2
stage: prepare
3
image: alpine:3.22
4
script:
5
- - echo "RETICULUM_CONTAINER_VERSION=$(cat VERSION)-experimental-$CI_PIPELINE_ID-$CI_COMMIT_SHA" > .gitlab/ci/env
+ - echo "RETICULUM_CONTAINER_VERSION=$(cat VERSION)-$RETICULUM_BUILD_TYPE-$CI_PIPELINE_ID-$CI_COMMIT_SHA" > .gitlab/ci/env
6
- |
7
echo -e "\e[0Ksection_start:`date +%s`:glpa_summary\r\e[0KHeader of the summary"
8
grep 'RETICULUM_CONTAINER_VERSION=' .gitlab/ci/env
9
echo -e "\e[0Ksection_end:`date +%s`:glpa_summary\r\e[0K"
10
+ variables:
11
+ RETICULUM_BUILD_TYPE: experimental
12
artifacts:
13
expire_in: 1 day
14
reports:
0 commit comments