From 36084c4f76ca61c1d1f2b34768033ee03b4de0af Mon Sep 17 00:00:00 2001 From: Kai Kriegel Date: Tue, 28 Sep 2021 01:24:56 +0200 Subject: [PATCH] removed excess paths from artifacts --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2bcf48e..7f818d2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -89,7 +89,7 @@ build_Android: expire_in: 1 week # save gitlab server space, we copy the files we need to deploy folder later on paths: - Borepin/Borepin.Android/bin/Release/org.fab_infra.fabaccess-Signed.aab # saving apk to copy to deploy folder - - Borepin/Borepin.Android/bin/Release/ + #- Borepin/Borepin.Android/bin/Release/ # - '$env:TEST_FOLDER\' # saving entire Test project so NUnit can run tests build_iOS: @@ -108,7 +108,7 @@ build_iOS: expire_in: 1 week # save gitlab server space, we copy the files we need to deploy folder later on paths: - Borepin/Borepin.iOS/bin/iPhone/Debug/Borepin.iOS.ipa - - Borepin/Borepin.iOS/bin/iPhone/Debug/ + #- Borepin/Borepin.iOS/bin/iPhone/Debug/ # - '$env:TEST_FOLDER\' # saving entire Test project so NUnit can run tests build_GTK: