From 135ced9b3b2ebaf0d611b8a2327cb6e927053c32 Mon Sep 17 00:00:00 2001 From: Sijmen Schoon Date: Tue, 16 Jan 2018 13:18:43 +0000 Subject: [PATCH] Put files in root of artifact zip --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 01757c9..807fcb8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,8 +9,6 @@ before_script: deploy: stage: deploy - script: - - zip -r pivotal-improvements.zip src/* artifacts: paths: - - pivotal-improvements.zip \ No newline at end of file + - src/ \ No newline at end of file