From 6f36c5c075c91ff191944ee5c1a399c6be0be1a1 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Sun, 12 Dec 2021 14:48:14 +0000 Subject: Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3e03b4d7..4a117a89 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,7 +53,7 @@ release_packaging: - ssh-keyscan apps.egiz.gv.at >> ~/.ssh/known_hosts - chmod 644 ~/.ssh/known_hosts script: | - ./gradlew -x test assemble uploadArchives + ./gradlew --stacktrace -x test assemble uploadArchives artifacts: when: always name: "${CI_PROJECT_NAME}-${CI_COMMIT_SHORT_SHA}" -- cgit v1.2.3