diff --git a/.gitlab-ci b/.gitlab-ci index a5e27f6e215f7f26af354a3c03b8e3c6ee5ed1f9..e48b4c0b80a4e3fa6c25d4dfbc0f94504845e33b 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit a5e27f6e215f7f26af354a3c03b8e3c6ee5ed1f9 +Subproject commit e48b4c0b80a4e3fa6c25d4dfbc0f94504845e33b diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8c41e1f7cb1eeaf7f453de5e1888ff39b068d508..141295646017e0efb5402c655633e961a90f3a0b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,11 +4,11 @@ # --------------------------------------------------------------------------------------- include: - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - ref: a5e27f6e215f7f26af354a3c03b8e3c6ee5ed1f9 + ref: e48b4c0b80a4e3fa6c25d4dfbc0f94504845e33b file: 'manifest-integration.yml' variables: - GITLAB_CI_REVISION: a5e27f6e215f7f26af354a3c03b8e3c6ee5ed1f9 + GITLAB_CI_REVISION: e48b4c0b80a4e3fa6c25d4dfbc0f94504845e33b # 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.