Dont do this at home kids
Some checks failed
/ Build and Test Library Snapshot (pull_request) Failing after 1m23s
Some checks failed
/ Build and Test Library Snapshot (pull_request) Failing after 1m23s
This commit is contained in:
parent
d676f8a0ae
commit
5b7c16cb48
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@ def selectCredentials(): Credentials =
|
|||
),
|
||||
passwd = sys.env
|
||||
.get("GS_MAVEN_TOKEN")
|
||||
.map { x =>
|
||||
println(s"GOT TOKEN = '$x'")
|
||||
x
|
||||
}
|
||||
.getOrElse(
|
||||
throw new RuntimeException(
|
||||
"You must either provide ~/.sbt/.credentials or specify the GS_MAVEN_TOKEN environment variable."
|
||||
|
|
Loading…
Add table
Reference in a new issue