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)
......@@ -89,7 +89,7 @@ build-imx6guf-fake:
stage: build
needs: []
tags:
- infrastructure
- deploy
timeout: 20m
image: ${CI_IMAGE_PYTHON}
rules:
......
......@@ -112,8 +112,9 @@
# --------------------------------------------------------------------------------------
.deployimage:
extends:
- .infrastructure
- .package
tags:
- deploy
rules:
- when: manual
allow_failure: true
......@@ -131,8 +132,9 @@
variables:
CI_PARAM_PACKAGE_FTP: "true"
extends:
- .infrastructure
- .package
tags:
- deploy
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
......