Skip to content

Commit

Permalink
[SHIBUI-941]
Browse files Browse the repository at this point in the history
release script update
  • Loading branch information
jj committed Jun 10, 2019
1 parent 712cb28 commit 7c00915
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ plugins {
tasks.findByName('release').dependsOn project.getTasksByName('test', true)

githubRelease {
token project.'github.token'
owner project.'github.owner'
repo project.'github.repo'
token project.'i2.github.token'
owner project.'i2.github.owner'
repo project.'i2.github.repo'
releaseAssets project('backend').getTasksByName('bootWar', false).outputs, project('backend').getTasksByName('bootJar', false).outputs
overwrite true
}
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ lucene.version=7.2.1
org.gradle.jvmargs=-Xmx4g -XX:-UseGCOverheadLimit

# set token in personal global
github.token=
github.owner=
github.repo=
i2.github.token=
i2.github.owner=tier
i2.github.repo=shib-idp-ui

0 comments on commit 7c00915

Please sign in to comment.