]> git.ipfire.org Git - thirdparty/libvirt.git/commit
.gitlab-ci.yml: Add 'after_script' stage to prep for artifact collection
authorErik Skultety <eskultet@redhat.com>
Wed, 1 Feb 2023 10:11:32 +0000 (11:11 +0100)
committerErik Skultety <eskultet@redhat.com>
Tue, 12 Sep 2023 09:36:03 +0000 (11:36 +0200)
commit3104dee434a5834b1113e464d90f60034f1c9e16
tree33f286e62f6a9090208a8088e5616c5d0694703f
parented7aa04de493d805f4766ae84cf174067e89fc2a
.gitlab-ci.yml: Add 'after_script' stage to prep for artifact collection

This is one of the preparation steps that if not done would otherwise
collide with local container executions where we:
1) don't collect artifacts
2) are not limited by GitLab's environment and hence moving build
   artifacts to unusual places would only cause confusion when doing
   local build inspection in an interactive container shell session

Signed-off-by: Erik Skultety <eskultet@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
.gitlab-ci.yml