Skip to content

Commit

Permalink
[releng] remove debug of token usage
Browse files Browse the repository at this point in the history
  • Loading branch information
abelhegedus committed Feb 19, 2020
1 parent 5c765df commit 4d6392f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,8 @@ task collectGithubRelease(type: Copy) {
}

def githubToken = hasProperty('githubToken') ? getProperty('githubToken') : "token"
println "1. $githubToken"

githubRelease {
println "2. $githubToken"
token githubToken
owner "IncQueryLabs"
repo "repo-crawler"
Expand Down

0 comments on commit 4d6392f

Please sign in to comment.