CI: deploy from the build stage, rather than rebuilding from scratch

No point in doing everything twice

Gbp-Dch: ignore
This commit is contained in:
Luca Boccassi 2020-03-15 12:44:29 +00:00
parent 9decfc38b8
commit c0ff2e6dbd
1 changed files with 5 additions and 2 deletions

View File

@ -18,6 +18,9 @@ pages:
only:
- master
script:
- git clean -fdx
- gitlab-ci-git-buildpackage-all
- mkdir ${CI_PROJECT_DIR}/debian/output/aptly; cd ${CI_PROJECT_DIR}/debian/output/aptly
- gitlab-ci-aptly
- cd ${CI_PROJECT_DIR}
- mv ${CI_PROJECT_DIR}/debian/output/aptly/public .
dependencies:
- build