Skip to content
Snippets Groups Projects
Commit 76f80c45 authored by GitBot's avatar GitBot
Browse files

Integrate gitlab-ci/fix-retrigger-type-error

--

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

Really fix potential error message in retrigger job

TypeError: 'NoneType' object is not subscriptable

Example:
https://git.seco.com/seco-ne/yocto/manifest/-/jobs/129201
parent 9e30b700
No related branches found
No related tags found
1 merge request!56Integrate gitlab-ci/fix-retrigger-type-error
Pipeline #29241 passed with stage
in 13 seconds
Subproject commit 3eef782efc50e805fd4640281aa8039d8594720e
Subproject commit d25cdebff0e10c3aa8c1c1f69bc120aca9aee0cb
......@@ -4,11 +4,11 @@
# ---------------------------------------------------------------------------------------
include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
ref: 3eef782efc50e805fd4640281aa8039d8594720e
ref: d25cdebff0e10c3aa8c1c1f69bc120aca9aee0cb
file: 'manifest-integration.yml'
variables:
GITLAB_CI_REVISION: 3eef782efc50e805fd4640281aa8039d8594720e
GITLAB_CI_REVISION: d25cdebff0e10c3aa8c1c1f69bc120aca9aee0cb
BB_RECIPE_NAME: seco-show-demo
# FIXME: This is only necessary due to the following GitLab limitation:
# https://gitlab.com/gitlab-org/gitlab/-/issues/209904
......
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