Skip to content

Commit

Permalink
drop back down to publishing using bootstrap mill now that bootstrapp…
Browse files Browse the repository at this point in the history
…ing has been fixed
  • Loading branch information
lihaoyi committed Apr 10, 2018
1 parent 00b10ec commit 0b11197
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cache:
- '%LOCALAPPDATA%\Coursier\cache -> build.sc'

install:
- SET MILL_URL=https://github.com/lihaoyi/mill/releases/download/0.1.7/0.1.7-86-e1da1b
- SET MILL_URL=https://github.com/lihaoyi/mill/releases/download/0.1.7/0.1.7-97-00b10e

build_script:
- if [%COMPILER%]==[default] (
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ matrix:
jdk: oraclejdk8

script:
- curl -L -o ~/bin/mill https://github.com/lihaoyi/mill/releases/download/0.1.7/0.1.7-86-e1da1b && chmod +x ~/bin/mill
- curl -L -o ~/bin/mill https://github.com/lihaoyi/mill/releases/download/0.1.7/0.1.7-97-00b10e && chmod +x ~/bin/mill
- export PATH=~/bin/mill:$PATH
- "$CI_SCRIPT"

Expand Down
5 changes: 2 additions & 3 deletions ci/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@ echo $GPG_PRIVATE_KEY_B64 | base64 --decode > gpg_key
gpg --import gpg_key

rm gpg_key
ci/publish-local.sh

~/mill-release mill.scalalib.PublishModule/publishAll \
mill mill.scalalib.PublishModule/publishAll \
lihaoyi:$SONATYPE_PASSWORD \
$GPG_PASSWORD \
__.publishArtifacts \
--release \
true


~/mill-release uploadToGithub $GITHUB_ACCESS_TOKEN
mill uploadToGithub $GITHUB_ACCESS_TOKEN

0 comments on commit 0b11197

Please sign in to comment.