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

Move FTP jobs to FTP runner

parent 84d0616b
No related branches found
No related tags found
1 merge request!230Add new deploy pipeline to yocto
Pipeline #46977 passed with warnings with stages
in 8 minutes and 9 seconds
......@@ -237,6 +237,8 @@ deploy-sdk-seco-mx6:
.deploy_ftp:
extends: .deploy
stage: Deploy FTP
tags:
- ftp
variables:
# env variables are available via package.env from package job
DEPLOY_SOURCE: release/${RELEASE_NAME}
......
......@@ -159,6 +159,8 @@
.deploy_ftp_yocto:
extends: .deploy
stage: Deploy FTP
tags:
- ftp
variables:
DEPLOY_SOURCE: release/$${RELEASE_NAME}
DEPLOY_TARGET: /artifacts-ftp-yocto/Releases/$${RELEASE_NAME}
......@@ -168,6 +170,8 @@
.deploy_ftp_fngsystem:
extends: .deploy
stage: Deploy FTP
tags:
- ftp
variables:
DEPLOY_SOURCE: release/$${RELEASE_NAME}
DEPLOY_TARGET: /artifacts-ftp-fngsystem/$${RELEASE_NAME}
......
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