Skip to content

Commit

Permalink
bare nb artifactory
Browse files Browse the repository at this point in the history
  • Loading branch information
sasund committed Dec 18, 2024
1 parent db520d5 commit 3177c42
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/action/maven-settings/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ runs:
{ "id": "releases", "username": "${{ inputs.artifactory-user-nasa }}", "password": "${{ inputs.artifactory-pass-nasa }}" }
]'
repositories: '[
{ "id": "central", "url": "https://repo1.maven.org/maven2/", "releases": { "enabled": "true" }, "snapshots": { "enabled": "false" } },
{ "id": "confluent", "url": "https://packages.confluent.io/maven/" },
{ "id": "jitpack", "url": "https://jitpack.io" },
{ "id": "shibboleth", "url": "https://build.shibboleth.net/nexus/content/repositories/releases/" },
{ "id": "nbcache", "url": "https://${{inputs.artifactory-host}}/artifactory/libs-release" },
{ "id": "snapshots", "url": "https://${{inputs.artifactory-host}}/artifactory/libs-snapshot-local", "releases": { "enabled": "false" }, "snapshots": { "enabled": "true" } },
{ "id": "releases", "url": "https://${{inputs.artifactory-host}}/artifactory/libs-release-local", "releases": { "enabled": "true" }, "snapshots": { "enabled": "false" } }
]'
Expand Down

0 comments on commit 3177c42

Please sign in to comment.