From 5d8cf86558c0ab8976dfdb2a6b14eae7634b1e84 Mon Sep 17 00:00:00 2001 From: Griefed <griefed@griefed.de> Date: Sun, 1 Aug 2021 20:54:44 +0200 Subject: [PATCH] ci: Remove folder from artifacts which is not generated by this repo anyway --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 800e97b..34e3223 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,8 +31,6 @@ Gradle Test: build - LC_COLLATE=C ls -ahl --group-directories-first --color=auto build/libs - - LC_COLLATE=C ls -ah --group-directories-first --color=auto - build/libs/libraries - echo "**** Renaming files to please the eye ****" - mv build/libs/serverpackcreatorexampleaddon.jar @@ -107,8 +105,6 @@ Build Release: build - LC_COLLATE=C ls -ahl --group-directories-first --color=auto build/libs - - LC_COLLATE=C ls -ah --group-directories-first --color=auto - build/libs/libraries - echo "**** Renaming files to please the eye ****" - mv build/libs/serverpackcreatorexampleaddon.jar -- GitLab