Skip to content
Snippets Groups Projects
Commit 19a0c8f0 authored by GitBot's avatar GitBot
Browse files

Integrate gitlab-ci/fix_collect_confluence

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@58554035

scripts:release_info: Deep copy dict in merge_variables

Without the deep copy, the merge operation manipulates the dict it is
storing the new values in.
parent d1044ef6
No related branches found
No related tags found
1 merge request!49Integrate gitlab-ci/fix_collect_confluence
Pipeline #130114 passed with stage
in 14 seconds
Subproject commit bd4caeae042c7e51f2982e06e3f2531292656a7e Subproject commit 58554035ea3de924cc0670f811c2664224b22d76
...@@ -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: bd4caeae042c7e51f2982e06e3f2531292656a7e ref: 58554035ea3de924cc0670f811c2664224b22d76
file: 'manifest-integration.yml' file: 'manifest-integration.yml'
variables: variables:
GITLAB_CI_REVISION: bd4caeae042c7e51f2982e06e3f2531292656a7e GITLAB_CI_REVISION: 58554035ea3de924cc0670f811c2664224b22d76
BB_RECIPE_NAME: seco-yocto-testsuite BB_RECIPE_NAME: seco-yocto-testsuite
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