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:
parent
9decfc38b8
commit
c0ff2e6dbd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue