From ee54661df9054295b0f3aa8e49898ead37a2aac4 Mon Sep 17 00:00:00 2001 From: Joe Guo Date: Thu, 2 May 2019 11:05:23 +1200 Subject: [PATCH] .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 --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) 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: -- 2.47.3