diff --git a/.gitlab-ci b/.gitlab-ci index c831d1da915a4ac386554ff5ba2f73a8ff0d3da3..543a217064786c3ac2742c24c09f603de495541d 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit c831d1da915a4ac386554ff5ba2f73a8ff0d3da3 +Subproject commit 543a217064786c3ac2742c24c09f603de495541d diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dacde876fbc2f69f01d351e3f0308a04d29e4831..54c6a5c72790609aaede25f5a2120e2a27368308 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,11 +4,11 @@ # --------------------------------------------------------------------------------------- include: - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - ref: c831d1da915a4ac386554ff5ba2f73a8ff0d3da3 + ref: 543a217064786c3ac2742c24c09f603de495541d file: 'manifest-integration.yml' variables: - GITLAB_CI_REVISION: c831d1da915a4ac386554ff5ba2f73a8ff0d3da3 + GITLAB_CI_REVISION: 543a217064786c3ac2742c24c09f603de495541d # FIXME: This is only necessary due to the following GitLab limitation: # https://gitlab.com/gitlab-org/gitlab/-/issues/209904 # As soon as this gets fixed upstream, the hard-coded branch name should be removed.