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 f46035bb2b6d72c3ca5f771bd371607c3e7c7a92..d2ee56dbe14849e0c89676576ff78cd2c5460b82 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.