Skip to content

Commit

Permalink
[Fix] Simplify release mechanism by removing scapegoat selection (#1051)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzajkowski authored Jul 12, 2021
1 parent 5eb69c5 commit 67db780
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .buildkite/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,13 @@ export CI_SONATYPE_RELEASE=$"; bytes/sonatypeBundleRelease; rlp/sonatypeBundleRe
# so as a workaround the combos are called here explicitly.
function release {
SCALA_VERSION=$1
export SCAPEGOAT_VERSION=$2

sbt "++ $SCALA_VERSION ; ci-release"
}

function releaseAll {
release 2.12.10 1.4.5
release 2.13.4 1.4.7
release 2.12.13
release 2.13.6
}

if [[ "$BUILDKITE_BRANCH" == "develop" ]]; then
Expand Down

0 comments on commit 67db780

Please sign in to comment.