Skip to content

Commit

Permalink
disabling part of the build because the GH actions build failed
Browse files Browse the repository at this point in the history
  • Loading branch information
coutoPL committed Oct 26, 2023
1 parent 6fc8ce0 commit ab525fc
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -1975,18 +1975,18 @@ lazy val root = (project in file("."))
inquireVersions,
runClean,
// dist can't be aggregates by root because it using root tasks so we need to add cleaning of it explicitly
// TODO: replace root tasks by some local tasks
// TODO: replace root tasks https://ghcr.io/v2/touk/nussknacker-quickstart/customerservice/manifests/latestby some local tasks
releaseStepCommand("dist/clean"),
// ReleaseStep { st: State =>
// if (!st.get(ReleaseKeys.skipTests).getOrElse(false)) {
// releaseStepCommandAndRemaining("+test")(st)
// } else {
// st
// }
// },
// setReleaseVersion,
// commitReleaseVersion,
// tagRelease,
ReleaseStep { st: State =>
if (!st.get(ReleaseKeys.skipTests).getOrElse(false)) {
releaseStepCommandAndRemaining("+test")(st)
} else {
st
}
},
setReleaseVersion,
commitReleaseVersion,
tagRelease,
releaseStepCommand("buildClient"),
// releaseStepCommandAndRemaining("+publishSigned"),
releaseStepCommand("dist/Universal/packageZipTarball"),
Expand Down

0 comments on commit ab525fc

Please sign in to comment.