.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)
commitee54661df9054295b0f3aa8e49898ead37a2aac4
treeb529b7535bc6b24784d4544202052a9247872fe1
parent051af0025cc30e56760e6a1cd2a747c01c7131a2
.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 <joeg@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
.gitlab-ci.yml