Skip to content

Commit 002e4f1

Browse files
committed
Set Sonatype credentials in Global
Apparently the scoping of `credentials` has been changed in the meantime by an sbt update. Simply setting `credentials` without `in Global` is no longer sufficient. I also added some debug output to diagnose such problems more easily.
1 parent 46d3491 commit 002e4f1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

admin/build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,12 @@ if [[ "$TRAVIS_TAG" =~ ^v[0-9]+\.[0-9]+(\.[0-9]+)?(-[A-Za-z0-9-]+)? ]]; then
2323
extraTarget="+publishSigned +makeSite"
2424
publish_docs=1
2525
cp admin/publish-settings.sbt ./
26+
echo "Contents of secrets.tar:"
27+
tar tvf secrets.tar
2628
tar xf secrets.tar
2729
chmod 400 admin/deploykey.pem
30+
echo "sbt build files:"
31+
ls -l *.sbt project/*.scala
2832
fi
2933

3034
sbt -jvm-opts jvmopts.travis -Dslick.testkit-config=test-dbs/testkit.travis.conf "$publishVersion" +testAll $extraTarget

secrets.tar.enc

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)