From 98b3e210c56d47e7749c7b44d6799e72f353544d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20L=C3=B8vbr=C3=B8tte=20Olsen?= Date: Wed, 22 May 2019 00:02:24 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 56a0b8b..d0a10a1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,24 +11,7 @@ after_script: - echo "After script section" - echo "For example you might do some cleanup here" -build1: +build: stage: build script: - - echo "Do your build here" - -test1: - stage: test - script: - - echo "Do a test here" - - echo "For example run a test suite" - -test2: - stage: test - script: - - echo "Do another parallel test here" - - echo "For example run a lint test" - -deploy1: - stage: deploy - script: - - echo "Do your deploy here" + - find . -maxdepth 1 -type d | xargs zip