Skip to content
Snippets Groups Projects
Commit 36f64724 authored by GitBot's avatar GitBot
Browse files

Integrate gitlab-ci/package-release-fix

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@e48b4c0b

package_release: Do not fail if a file does not exist
parent a14e669b
No related branches found
No related tags found
1 merge request!147Integrate gitlab-ci/package-release-fix
Pipeline #43016 passed with stage
in 19 seconds
Subproject commit a5e27f6e215f7f26af354a3c03b8e3c6ee5ed1f9 Subproject commit e48b4c0b80a4e3fa6c25d4dfbc0f94504845e33b
...@@ -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: a5e27f6e215f7f26af354a3c03b8e3c6ee5ed1f9 ref: e48b4c0b80a4e3fa6c25d4dfbc0f94504845e33b
file: 'manifest-integration.yml' file: 'manifest-integration.yml'
variables: variables:
GITLAB_CI_REVISION: a5e27f6e215f7f26af354a3c03b8e3c6ee5ed1f9 GITLAB_CI_REVISION: e48b4c0b80a4e3fa6c25d4dfbc0f94504845e33b
BB_RECIPE_NAME: linux-seconorth BB_RECIPE_NAME: linux-seconorth
# 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
......
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