Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.

Commit

Permalink
Make sure that artifacts are published to staging before proceeding
Browse files Browse the repository at this point in the history
  • Loading branch information
alicefuzier committed Jun 4, 2018
1 parent 5aa673e commit dcf2542
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- git config user.name "Travis CI on behalf of Wellcome"
- git config user.email "wellcomedigitalplatform@wellcome.ac.uk"
- git config core.sshCommand "ssh -i ssh-key/id_rsa"
- git remote add ssh-origin "git@github.com:wellcometrust/sierra-streams-source.git"
- git remote set-url origin "git@github.com:wellcometrust/sierra-streams-source.git"
- sbt ++$TRAVIS_SCALA_VERSION release;

stages:
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ releaseProcess := Seq(
checkSnapshotDependencies,
setReleaseVersion,
tagRelease,
releaseStepCommand("+publishSigned"),
releaseStepCommandAndRemaining("+publishSigned"),
releaseStepCommand("sonatypeReleaseAll"),
releaseStepCommand(s"git push ssh-origin --tags")
releaseStepCommand(s"git push origin --tags")
)

0 comments on commit dcf2542

Please sign in to comment.