Skip to content

Commit

Permalink
Fix directory
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuncak committed Sep 16, 2024
1 parent 1cc1d89 commit 2711f72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stainless-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ fi
if [ "$SKIP_BUILD" = true ]; then
echo "************** Skipping build **************"
else
push
echo "************** sbt **************"
SBT_DIR="temp" # make better later
mkdir -p $SBT_DIR
Expand All @@ -120,6 +121,7 @@ else

echo Testing ${SBT_DIR}/sbt/bin/sbt --version
${SBT_DIR}/sbt/bin/sbt --version
pop
echo ******* ${SBT_DIR}/sbt/bin/sbt universal:stage ********
${SBT_DIR}/sbt/bin/sbt universal:stage
if [ $? -ne 0 ]; then
Expand Down

0 comments on commit 2711f72

Please sign in to comment.