Skip to content

Commit

Permalink
Modify sbt publish command to attempt avoiding stalling
Browse files Browse the repository at this point in the history
  • Loading branch information
anatoliykmetyuk committed Sep 20, 2019
1 parent a6c2ecb commit 3b20752
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/scripts/sbtPublish
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ echo "$PGP_SECRET" > "$HOME/.sbt/gpg/secring.asc"

# run sbt with the supplied arg
SBT="$(cd "$(dirname "${BASH_SOURCE[0]}")" >& /dev/null && pwd)/sbt"
"$SBT" -DSBT_PGP_USE_GPG=false "$RELEASE_CMD"
export SBT_PGP_USE_GPG=false
"$SBT" "$RELEASE_CMD"

0 comments on commit 3b20752

Please sign in to comment.