From b334b0119ad5983b59767928771fb4fb417af5e1 Mon Sep 17 00:00:00 2001
From: Matthias Betz <matthias.betz@hft-stuttgart.de>
Date: Fri, 29 Nov 2019 10:51:37 +0000
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 39dfa4e..e0eafaf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,10 +10,7 @@ release:
     script:
         - mvn package -B
         - echo "create release"
-        - ls target/
-        - ls target/*.zip
-        - ls target/ | grep '\.zip$'
-        - ls target/ | grep *.zip | head -n 1
+        - ls target/ | grep '\.zip$' | head -n 1
         - FILE= ls target/ | grep *.zip | head -n 1
         - echo $FILE
     only:
-- 
GitLab