Skip to content

Commit

Permalink
Stupid global sockets
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuncak committed Sep 16, 2024
1 parent 08084b3 commit 837f09f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stainless-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ SKIP_TESTS=false
ROOT_DIR=$PWD
SBT_TEMP=$ROOT_DIR/sbt-temp
mkdir -p $SBT_TEMP
export JAVA_OPTS="-Djava.io.tmpdir="$SBT_TEMP
export JAVA_OPTS="-Djava.io.tmpdir=$SBT_TEMP"
SBT_DIR=$ROOT_DIR/temp # make better later
SBT=${SBT_DIR}/sbt/bin/sbt
SBT=${SBT_DIR}/sbt/bin/sbt

# First parse the options
while [[ $# -gt 0 ]]; do
Expand Down

0 comments on commit 837f09f

Please sign in to comment.