Skip to content

Commit 0b11197

Browse files
committed
drop back down to publishing using bootstrap mill now that bootstrapping has been fixed
1 parent 00b10ec commit 0b11197

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ cache:
2424
- '%LOCALAPPDATA%\Coursier\cache -> build.sc'
2525

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

2929
build_script:
3030
- if [%COMPILER%]==[default] (

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ matrix:
4040
jdk: oraclejdk8
4141

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

ci/release.sh

+2-3
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@ echo $GPG_PRIVATE_KEY_B64 | base64 --decode > gpg_key
77
gpg --import gpg_key
88

99
rm gpg_key
10-
ci/publish-local.sh
1110

12-
~/mill-release mill.scalalib.PublishModule/publishAll \
11+
mill mill.scalalib.PublishModule/publishAll \
1312
lihaoyi:$SONATYPE_PASSWORD \
1413
$GPG_PASSWORD \
1514
__.publishArtifacts \
1615
--release \
1716
true
1817

1918

20-
~/mill-release uploadToGithub $GITHUB_ACCESS_TOKEN
19+
mill uploadToGithub $GITHUB_ACCESS_TOKEN

0 commit comments

Comments
 (0)