Skip to content
Snippets Groups Projects
Commit e3bea095 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 fe81dc8d
No related branches found
No related tags found
1 merge request!93Integrate gitlab-ci/add-hide-ftp-upload-flag
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
BB_RECIPE_NAME: ltp-guf-tests BB_RECIPE_NAME: ltp-guf-tests
# 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
......
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