Upload files to FTP server after generating snapshots

This commit is contained in:
2021-06-28 05:26:42 -05:00
parent f998fa62a6
commit 3515df9b15
2 changed files with 48 additions and 1 deletions

View File

@@ -101,4 +101,18 @@ generate_versions:
artifacts:
paths:
- artifacts
expire_in: 1 day
expire_in: 1 day
upload:
stage: upload
tags:
- linux
image: python
interruptible: true
script:
- cd artifacts
- python ../scripts/upload.py
only:
- master
- tags
- schedules