Skip to content

Commit faf45e0

Browse files
committed
Use different maven URL for start-proxy.yml test
1 parent 8b5e604 commit faf45e0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/__start-proxy.yml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/start-proxy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ steps:
2020
[
2121
{
2222
"type": "maven_repository",
23-
"url": "https://acme.jfrog.io/artifactory/my-maven-registry"
23+
"url": "https://repo.maven.apache.org/maven2/"
2424
},
2525
{
2626
"type": "maven_repository",
@@ -41,6 +41,6 @@ steps:
4141
- name: Validate proxy_urls contains expected registries
4242
if: |
4343
join(fromJSON(steps.proxy.outputs.proxy_urls)[*].type, ',') != 'maven_repository,maven_repository'
44-
|| !contains(fromJSON(steps.proxy.outputs.proxy_urls)[*].url, 'https://acme.jfrog.io/artifactory/my-maven-registry')
44+
|| !contains(fromJSON(steps.proxy.outputs.proxy_urls)[*].url, 'https://repo.maven.apache.org/maven2/')
4545
|| !contains(fromJSON(steps.proxy.outputs.proxy_urls)[*].url, 'https://repo1.maven.org/maven2')
4646
run: exit 1

0 commit comments

Comments
 (0)