Skip to content

Commit

Permalink
Remove sbt-github-actions etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
nafg committed Mar 19, 2021
1 parent 0533c11 commit 6872c18
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 238 deletions.
125 changes: 0 additions & 125 deletions .github/workflows/ci.yml

This file was deleted.

59 changes: 0 additions & 59 deletions .github/workflows/clean.yml

This file was deleted.

10 changes: 0 additions & 10 deletions .mergify.yml

This file was deleted.

15 changes: 1 addition & 14 deletions ci.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,7 @@ inThisBuild(List(
Developer("nafg", "Naftoli Gugenheim", "[email protected]", url("https://github.com/nafg"))
),
dynverGitDescribeOutput ~= (_.map(o => o.copy(dirtySuffix = sbtdynver.GitDirtySuffix("")))),
dynverSonatypeSnapshots := true,
githubWorkflowTargetTags ++= Seq("v*"),
githubWorkflowPublishTargetBranches := Seq(RefPredicate.StartsWith(Ref.Tag("v"))),
githubWorkflowPublish := Seq(
WorkflowStep.Sbt(
List("ci-release"),
env = Map(
"PGP_PASSPHRASE" -> "${{ secrets.PGP_PASSPHRASE }}",
"PGP_SECRET" -> "${{ secrets.PGP_SECRET }}",
"SONATYPE_PASSWORD" -> "${{ secrets.SONATYPE_PASSWORD }}",
"SONATYPE_USERNAME" -> "${{ secrets.SONATYPE_USERNAME }}"
)
)
)
dynverSonatypeSnapshots := true
))

sonatypeProfileName := "io.github.nafg"
27 changes: 0 additions & 27 deletions project/WriteMergify.scala

This file was deleted.

4 changes: 1 addition & 3 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.2.7")
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.6")
addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.10.1")
resolvers += "jitpack" at "https://jitpack.io"
libraryDependencies += "com.github.nafg" % "mergify-yaml" % "0.2.0"
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")

0 comments on commit 6872c18

Please sign in to comment.