Skip to content

Commit 90607c7

Browse files
committed
Fix restarts of sbt projects on timeout
1 parent 6013e0d commit 90607c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project-builder/sbt/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ sbtSettings=(
5252
customCommands=$(echo "$projectConfig" | jq -r '.sbt?.commands // [] | join ("; ")')
5353
targetsString="${targets[@]}"
5454
logFile=build.log
55-
statusFile=build-status.txt
55+
statusFile=../build-status.txt
5656

5757
# Compiler plugins, cannot be cross-published before starting the build
5858
# Allways exclude these from library dependencies

0 commit comments

Comments
 (0)