Skip to content
Snippets Groups Projects
Commit 2814522a authored by GitBot's avatar GitBot
Browse files

Integrate gitlab-ci/PBB-32-flash-n-go-deploy-folder-no-suffix

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@7bd78810

PBB-32 Fix suffix addition in FNGo pipeline for custom projects
 due to an issue in GitLab where escaped variables are not correctly
 passed to child pipelines, a workaround is required.
 As a result, we use raw variables.
 The DEFERRED_RELEASE_VERSION variable was introduced for this purpose.
 However, for custom builds, we have an additional place where we modify
 the DEFERRED_RELEASE_VERSION variable to add a suffix.
 Therefore, extra interim variables need to be added to handle the workaround
 and ensure we get the raw variable in the end.
parent 03c20673
No related branches found
No related tags found
1 merge request!22Integrate gitlab-ci/PBB-32-flash-n-go-deploy-folder-no-suffix
Pipeline #147498 passed with stage
in 13 seconds
Subproject commit 83f4f6105c29cecfb6d636b6cfea6c8f5214a54b Subproject commit 7bd78810f007a34d91591c5cc66008aa89c52fd1
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
include: include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
ref: 83f4f6105c29cecfb6d636b6cfea6c8f5214a54b ref: 7bd78810f007a34d91591c5cc66008aa89c52fd1
file: 'manifest-integration.yml' file: 'manifest-integration.yml'
variables: variables:
GITLAB_CI_REVISION: 83f4f6105c29cecfb6d636b6cfea6c8f5214a54b GITLAB_CI_REVISION: 7bd78810f007a34d91591c5cc66008aa89c52fd1
BB_RECIPE_NAME: seco-stm32 BB_RECIPE_NAME: seco-stm32
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment