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 7c00915 commit 1567a9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ githubRelease {
repo project.'i2.github.repo'
releaseAssets project('backend').getTasksByName('bootWar', false).outputs, project('backend').getTasksByName('bootJar', false).outputs
overwrite true
apiEndpoint project.'i2.github.apiEndpoint'
}

afterReleaseBuild.dependsOn project.getTasksByName('githubRelease', false)
Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ org.gradle.jvmargs=-Xmx4g -XX:-UseGCOverheadLimit
# set token in personal global
i2.github.token=
i2.github.owner=tier
i2.github.repo=shib-idp-ui
i2.github.repo=shib-idp-ui
i2.github.apiEndpoint=https://github.internet2.edu

0 comments on commit 1567a9e

Please sign in to comment.