From 6cea3d5a2baf3ed83e199f92bc44fd21ec88df8d Mon Sep 17 00:00:00 2001 From: Maarten de Waard <maarten@greenhost.nl> Date: Fri, 23 Aug 2019 11:28:02 +0200 Subject: [PATCH] unify gitlab-ci artifacts --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 91fb914c1..0c1fa8ccf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -68,7 +68,7 @@ install: - ansible master -m shell -a 'oas-version-info.sh 2>&1' artifacts: paths: - - clusters + - ./clusters expire_in: 1 month only: changes: -- GitLab