From 278db878e85c1ad0e4ad47992960c89282ba4ba7 Mon Sep 17 00:00:00 2001 From: Richard Palethorpe Date: Wed, 5 Jun 2019 14:31:01 +0200 Subject: [PATCH] No need for artifacts in data refresh --- install/gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/install/gitlab-ci.yml b/install/gitlab-ci.yml index 014527f..17dd494 100644 --- a/install/gitlab-ci.yml +++ b/install/gitlab-ci.yml @@ -171,9 +171,6 @@ refresh-openqa: only: variables: - $BUILD_DOCS - artifacts: - paths: - - public script: - docker stop refresh-openqa || true - docker rm -f refresh-openqa || true