NetworkManager/.gitlab-ci
Thomas Haller 11e8b3375f
gitlab-ci: fix archiving build log
During the test, we `tee` the output to a log file in "/tmp".
We do that, because the test script cleans the working directory
several times, so the file cannot reside there.

Afterwards, we need to move the file back into the git-tree, so that
gitlab can archive it.

Previously that was done by "after_script", but the "after_script" may not
see the same "/tmp" as the test run ([1]). This needs to be done as part of the
"script" step.

[1] https://docs.gitlab.com/ee/ci/yaml/#after_script
2022-03-30 11:25:08 +02:00
..
alpine-install.sh gitlab-ci: enable test build on alpine linux 2020-12-11 18:14:10 +01:00
ci.template gitlab-ci: fix archiving build log 2022-03-30 11:25:08 +02:00
config.yml gitlab-ci: bump tag to regenerate containers 2022-03-16 00:58:41 +01:00
debian-install.sh gitlab-ci: make "contrib/debian/REQUIRED_PACKAGES" verbose during container installation 2022-03-16 21:40:54 +01:00
fedora-install.sh gitlab-ci: fix CentOS Linux 8 containers during ".gitlab-ci/fedora-install.sh" 2022-02-21 17:03:36 +01:00
run-test.sh gitlab-ci: print environment variables not part of run-test.sh script 2022-03-21 17:19:47 +01:00