This commit is contained in:
ajgeiss0702
2021-05-22 11:17:23 -07:00
parent d18c15be6a
commit 8bba7cbf97
+1 -1
View File
@@ -63,7 +63,7 @@ publishing {
credentials(HttpHeaderCredentials::class) {
name = "Job-Token"
value = System.getenv("CI_JOB_TOKEN")
value = "a"//System.getenv("CI_JOB_TOKEN")
}
authentication {
getCredentials(HttpHeaderCredentials::class)