From 0d7179f60b448459cbcb9d2076c61778c940b2d5 Mon Sep 17 00:00:00 2001 From: Robin Sonnabend <robin@fsmpi.rwth-aachen.de> Date: Sun, 2 Dec 2018 19:36:28 +0100 Subject: [PATCH] Do not store packages as artifacts --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6c9b411..c2bef53 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,3 @@ stages: test: stage: test script: scripts/build.py - artifacts: - paths: - - packages - expire_in: 1 day -- GitLab