Skip to content
Snippets Groups Projects
Commit dd68e88c 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 36fadb36
No related branches found
No related tags found
1 merge request!239Integrate gitlab-ci/fix_copy_directory
Pipeline #118858 passed with stage
in 10 seconds
Subproject commit 6e6f124b6aa90aa6eb41779c2a6ddaa12fa5ac25 Subproject commit 19ff9d080b2b029cd7afe21cf4f530c8df2c4c71
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
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
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