From 878fc7f892c49b0b3e1123cda4a1ab14078b5837 Mon Sep 17 00:00:00 2001 From: gitbot <gitbot@garz-fricke.com> Date: Mon, 13 Jun 2022 09:06:54 +0000 Subject: [PATCH] Integrate gitlab-ci/move-python-scripts-to-subfolder -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/1bc683d5b4393e4205f45c7236c0e702182256f5 Move python scripts to subfolder BCS 746-000808 --- .gitlab-ci | 2 +- .gitlab-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci b/.gitlab-ci index e6980d4..1bc683d 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit e6980d48ee67bafe2049ca9d36820070bc1479d1 +Subproject commit 1bc683d5b4393e4205f45c7236c0e702182256f5 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 862b6d3..6dbf7c3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ # --------------------------------------------------------------------------------------- include: - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - ref: e6980d48ee67bafe2049ca9d36820070bc1479d1 + ref: 1bc683d5b4393e4205f45c7236c0e702182256f5 file: 'manifest-integration.yml' variables: -- GitLab