Skip to content
Snippets Groups Projects
Commit 782b985c 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 ddb6aa8e
No related branches found
No related tags found
1 merge request!281Integrate gitlab-ci/fix-retrigger-type-error
Pipeline #29251 passed with stage
in 29 seconds
Subproject commit 3eef782efc50e805fd4640281aa8039d8594720e Subproject commit d25cdebff0e10c3aa8c1c1f69bc120aca9aee0cb
...@@ -4,11 +4,11 @@ ...@@ -4,11 +4,11 @@
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
include: include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
ref: 3eef782efc50e805fd4640281aa8039d8594720e ref: d25cdebff0e10c3aa8c1c1f69bc120aca9aee0cb
file: 'manifest-integration.yml' file: 'manifest-integration.yml'
variables: variables:
GITLAB_CI_REVISION: 3eef782efc50e805fd4640281aa8039d8594720e GITLAB_CI_REVISION: d25cdebff0e10c3aa8c1c1f69bc120aca9aee0cb
# FIXME: This is only necessary due to the following GitLab limitation: # FIXME: This is only necessary due to the following GitLab limitation:
# https://gitlab.com/gitlab-org/gitlab/-/issues/209904 # https://gitlab.com/gitlab-org/gitlab/-/issues/209904
# As soon as this gets fixed upstream, the hard-coded branch name should be removed. # As soon as this gets fixed upstream, the hard-coded branch name should be removed.
......
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