Skip to content
Snippets Groups Projects
Commit 5223f5c5 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 b63d51c1
No related branches found
No related tags found
1 merge request!72Integrate gitlab-ci/add-hide-ftp-upload-flag
Pipeline #33160 passed with stage
in 32 seconds
Subproject commit 543a217064786c3ac2742c24c09f603de495541d Subproject commit a5e27f6e215f7f26af354a3c03b8e3c6ee5ed1f9
...@@ -4,11 +4,11 @@ ...@@ -4,11 +4,11 @@
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
include: include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
ref: 543a217064786c3ac2742c24c09f603de495541d ref: a5e27f6e215f7f26af354a3c03b8e3c6ee5ed1f9
file: 'manifest-integration.yml' file: 'manifest-integration.yml'
variables: variables:
GITLAB_CI_REVISION: 543a217064786c3ac2742c24c09f603de495541d GITLAB_CI_REVISION: a5e27f6e215f7f26af354a3c03b8e3c6ee5ed1f9
# FIXME: This is only necessary due to the following GitLab limitation: # FIXME: This is only necessary due to the following GitLab limitation:
# https://gitlab.com/gitlab-org/gitlab/-/issues/209904 # https://gitlab.com/gitlab-org/gitlab/-/issues/209904
# As soon as this gets fixed upstream, the hard-coded branch name should be removed. # 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