diff options
author | Luca Boccassi <bluca@debian.org> | 2020-03-15 12:44:29 +0000 |
---|---|---|
committer | Luca Boccassi <bluca@debian.org> | 2020-03-15 21:13:31 +0000 |
commit | c0ff2e6dbd64c620ba02598b6d908020c0ce3617 (patch) | |
tree | 36a3411b80ba43b4721f90e6edfcd62193f4caa1 | |
parent | 9decfc38b8544fb1f20ad72da06fe284b6f69ddf (diff) | |
download | vyos-live-build-c0ff2e6dbd64c620ba02598b6d908020c0ce3617.tar.gz vyos-live-build-c0ff2e6dbd64c620ba02598b6d908020c0ce3617.zip |
CI: deploy from the build stage, rather than rebuilding from scratch
No point in doing everything twice
Gbp-Dch: ignore
-rw-r--r-- | debian/gitlab-ci.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/debian/gitlab-ci.yml b/debian/gitlab-ci.yml index 57680e787..10f3efea3 100644 --- a/debian/gitlab-ci.yml +++ b/debian/gitlab-ci.yml @@ -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 |