From 67575ced6bc4149e115e5aca5b3599442c427b4c Mon Sep 17 00:00:00 2001 From: gitbot <gitbot@garz-fricke.com> Date: Tue, 18 Oct 2022 19:01:16 +0000 Subject: [PATCH] Integrate gitlab-ci/add-hide-ftp-upload-flag -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/a5e27f6e215f7f26af354a3c03b8e3c6ee5ed1f9 FTP upload: Add flag to hide FTP upload stage This is a workaround to prevent customer releases being uploaded to our public FTP area. It should be removed as soon as we support uploading to different FTP target folders. --- .gitlab-ci | 2 +- .gitlab-ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci b/.gitlab-ci index 543a217..a5e27f6 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit 543a217064786c3ac2742c24c09f603de495541d +Subproject commit a5e27f6e215f7f26af354a3c03b8e3c6ee5ed1f9 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 54c6a5c..8c41e1f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,11 +4,11 @@ # --------------------------------------------------------------------------------------- include: - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - ref: 543a217064786c3ac2742c24c09f603de495541d + ref: a5e27f6e215f7f26af354a3c03b8e3c6ee5ed1f9 file: 'manifest-integration.yml' variables: - GITLAB_CI_REVISION: 543a217064786c3ac2742c24c09f603de495541d + GITLAB_CI_REVISION: a5e27f6e215f7f26af354a3c03b8e3c6ee5ed1f9 # 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. -- GitLab