Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • seco-ne/yocto/infrastructure/gitlab-ci
1 result
Show changes
Commits on Source (1)
  • Tim Jaacks's avatar
    FTP upload: Add flag to hide FTP upload stage · a5e27f6e
    Tim Jaacks authored
    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.
    a5e27f6e
......@@ -134,6 +134,11 @@
- .infrastructure
- .package
rules:
# FIXME: 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.
- if: $HIDE_FTP_UPLOAD_STAGE
when: never
- if: $CI_COMMIT_TAG
when: manual
allow_failure: true
......