From: Joe Guo Date: Wed, 1 May 2019 23:05:23 +0000 (+1200) Subject: .gitlab-ci.yml: rm abs path in artifacts X-Git-Tag: tdb-1.4.1~214 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee54661df9054295b0f3aa8e49898ead37a2aac4;p=thirdparty%2Fsamba.git .gitlab-ci.yml: rm abs path in artifacts 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 Reviewed-by: Douglas Bagnall Reviewed-by: Andrew Bartlett --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6b08628729e..f153cd21e58 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -75,7 +75,6 @@ include: - "*.stdout" - "*.stderr" - system-info.txt - - /tmp/samba-testbase/*/*/bin/config.log retry: max: 2 when: