Skip to content

Commit

Permalink
Add back clean command, it was not causing problems
Browse files Browse the repository at this point in the history
  • Loading branch information
Olafur Pall Geirsson committed Feb 8, 2020
1 parent 119eaeb commit 132b1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/src/main/scala/com/geirsson/CiReleasePlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ object CiReleasePlugin extends AutoPlugin {
def isGitlab: Boolean =
System.getenv("GITLAB_CI") == "true"


def setupGpg(): Unit = {
List("gpg", "--version").!
val secret = sys.env("PGP_SECRET")
Expand Down Expand Up @@ -146,6 +145,7 @@ object CiReleasePlugin extends AutoPlugin {
} else {
println("Tag push detected, publishing a stable release")
reloadKeyFiles ::
sys.env.getOrElse("CI_CLEAN", "clean") ::
sys.env.getOrElse("CI_RELEASE", "+publishSigned") ::
sys.env.getOrElse(
"CI_SONATYPE_RELEASE",
Expand Down

0 comments on commit 132b1b3

Please sign in to comment.