Skip to content
Snippets Groups Projects
Commit 416e127c 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 f8168d68
No related branches found
No related tags found
2 merge requests!455CI: Update gitlab-ci,!142Integrate gitlab-ci/fix-retrigger-type-error
Pipeline #29239 passed with stage
in 22 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: linux-imx
# 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