diff --git a/.gitlab-ci b/.gitlab-ci index 3eef782efc50e805fd4640281aa8039d8594720e..d25cdebff0e10c3aa8c1c1f69bc120aca9aee0cb 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit 3eef782efc50e805fd4640281aa8039d8594720e +Subproject commit d25cdebff0e10c3aa8c1c1f69bc120aca9aee0cb diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3fadb2ac766e0487b0d1ec0776d406343b5b88ff..fa92ef0848a00996206279a96734b0c9d0216a32 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 # 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.