Skip to content

Commit

Permalink
#28 fix build settings
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Nov 29, 2016
1 parent 6fff788 commit a724bfd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ lazy val main = (project in file("."))
.aggregate(thehiveBackend, thehiveMetrics, thehiveMisp)
.settings(aggregate in Docker := false)
.settings(PublishToBinTray.settings: _*)
.settings(Release.settings: _*)

releaseVersionUIFile := baseDirectory.value / "ui" / "package.json"

changelogFile := baseDirectory.value / "CHANGELOG.md"

// Front-end //
run := {
Expand Down Expand Up @@ -50,10 +55,9 @@ bintrayOrganization := Some("cert-bdf")
bintrayRepository := "thehive"

publish := {
(publishLocal in Docker).value
(publish in Docker).value
PublishToBinTray.publishRelease.value
PublishToBinTray.publishLatest.value
// ()
}

releaseProcess := Seq[ReleaseStep](
Expand Down

0 comments on commit a724bfd

Please sign in to comment.