]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
.gitlab-ci.yml: rm abs path in artifacts
authorJoe Guo <joeg@catalyst.net.nz>
Wed, 1 May 2019 23:05:23 +0000 (11:05 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 5 May 2019 22:07:19 +0000 (22:07 +0000)
According to doc: https://docs.gitlab.com/ee/user/project/pipelines/job_artifacts.html#defining-artifacts-in-gitlab-ciyml
all paths in artifacts must be relative to the cloned repo, so this line
actually never worked.

Signed-off-by: Joe Guo <joeg@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
.gitlab-ci.yml

index 6b08628729ed3ca381c7170a6a09d4e1e3ef860b..f153cd21e58d73019a4fb1419f9a1a6bc10b112b 100644 (file)
@@ -75,7 +75,6 @@ include:
       - "*.stdout"
       - "*.stderr"
       - system-info.txt
-      - /tmp/samba-testbase/*/*/bin/config.log
   retry:
     max: 2
     when: