Skip to content
Snippets Groups Projects
Commit 9982711f authored by Tim Jaacks's avatar Tim Jaacks
Browse files

Move deploy jobs to deploy runner

parent e48b4c0b
No related branches found
No related tags found
1 merge request!218Move deploy jobs to deploy runner
Pipeline #43841 passed with stage
in 20 minutes and 29 seconds
......@@ -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
......
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