Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
Update CI publication
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed May 15, 2018
1 parent 92e31ed commit e397138
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@ cache:
- "$HOME/.gradle/wrapper"
- "$HOME/java/dist"
before_install:
- git fetch --depth=10000 origin
- git fetch --unshallow origin
- ./etc/decrypt-ssh-key.sh
- cp etc/gradle-ci.properties .
- git config --global user.email cibot@lenskit.org
- git config --global user.name "LensKit CI"
- test -z "$custom_jdk" || /bin/bash etc/download-jdk.sh "$custom_jdk"
- test -z "$custom_jdk" || export JAVA_HOME="$HOME/java/$custom_jdk"
- "echo \"JAVA_HOME: $JAVA_HOME\""
Expand All @@ -46,9 +48,9 @@ before_cache:
deploy:
provider: script
skip_cleanup: true
script: etc/deploy.sh
script: ./gradlew ciPublish --stacktrace
on:
jdk: oraclejdk8
jdk: openjdk8
repo: lenskit/lenskit
notifications:
webhooks:
Expand Down
5 changes: 0 additions & 5 deletions etc/deploy.sh

This file was deleted.

0 comments on commit e397138

Please sign in to comment.