From e19712f73bd247191aca3409563bb95a117353a4 Mon Sep 17 00:00:00 2001 From: Domenik Eichhorn Date: Thu, 29 Aug 2024 18:11:15 +0200 Subject: [PATCH] changed application.properties to correct system for CI pipeline --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 0b023824..73c1fdde 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,6 +1,6 @@ # default spring profile, correct one will be set during runtime (see ToolboxServerApplication.java) # options: mac, windows, linux -spring.profiles.active=mac +spring.profiles.active=linux working.directory=jobs examples.directory=examples