From 6ce4f7a59004c4f0e0ff3588d6b4bceec2f34d71 Mon Sep 17 00:00:00 2001 From: Sijmen Schoon Date: Mon, 15 Jan 2018 23:25:15 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b4eb68f..0b77950 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ image: alpine:latest before_script: - apk add --update zip -deploy1: +deploy: stage: deploy script: - - zip src/* + - zip -r pivotal-improvements.zip src/*