Skip to content
Snippets Groups Projects
Commit 8f2cda91 authored by GitBot's avatar GitBot
Browse files

Integrate gitlab-ci/fix_copy_directory

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@19ff9d08

package_release: Fix missing variable for os.walk

Even though the variable isn't used in the package_release script, it
seems to be required by the os.walk function. Underscore satisfies the
linter preventing it from causeing unused variable errors.
parent a3068c16
No related branches found
No related tags found
1 merge request!45Integrate gitlab-ci/fix_copy_directory
Pipeline #118830 passed with stage
in 11 seconds
Subproject commit 6e6f124b6aa90aa6eb41779c2a6ddaa12fa5ac25 Subproject commit 19ff9d080b2b029cd7afe21cf4f530c8df2c4c71
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
include: include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
ref: 6e6f124b6aa90aa6eb41779c2a6ddaa12fa5ac25 ref: 19ff9d080b2b029cd7afe21cf4f530c8df2c4c71
file: 'manifest-integration.yml' file: 'manifest-integration.yml'
variables: variables:
GITLAB_CI_REVISION: 6e6f124b6aa90aa6eb41779c2a6ddaa12fa5ac25 GITLAB_CI_REVISION: 19ff9d080b2b029cd7afe21cf4f530c8df2c4c71
BB_RECIPE_NAME: seco-show-demo BB_RECIPE_NAME: seco-show-demo
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