Skip to content
Snippets Groups Projects
Commit 67575ced authored by GitBot's avatar GitBot
Browse files

Integrate gitlab-ci/add-hide-ftp-upload-flag

--

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

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.
parent d7b8b1ed
No related branches found
No related tags found
Loading
Pipeline #33164 passed with stage
in 59 seconds
Subproject commit 543a217064786c3ac2742c24c09f603de495541d
Subproject commit a5e27f6e215f7f26af354a3c03b8e3c6ee5ed1f9
......@@ -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.
......
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