Skip to content
Snippets Groups Projects
Commit e405b051 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

temp

parent 98cae5f9
No related branches found
No related tags found
1 merge request!806AWS Lambda
......@@ -5,4 +5,21 @@ repositories {
url "https://code.usgs.gov/api/v4/groups/1352/-/packages/maven"
name "NSHMP GitLab Group"
}
maven {
url 'https://code.usgs.gov/api/v4/projects/7055/packages/maven'
name = "GitLab"
credentials(HttpHeaderCredentials) {
if (System.getenv("GITLAB_TOKEN")) {
name = 'Private-Token'
value = System.getenv("GITLAB_TOKEN")
} else {
name = 'Job-Token'
value = System.getenv("CI_JOB_TOKEN")
}
}
authentication {
header(HttpHeaderAuthentication)
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment