Skip to content

Commit

Permalink
EPNG-7964 - test
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Spalek committed Mar 9, 2021
1 parent 51270b8 commit 07655df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ task setupVariables {

println "Key is null: ${signingKeyId == null} "

def file = new File(signingSecretKeyRingFile)

print "File exists: ${file.exists()}"

if (!nexusUsername || !nexusPassword) {
throw new RuntimeException("nexusUsername and/or nexusPassword are not defined environment variables")
}
Expand Down

0 comments on commit 07655df

Please sign in to comment.