Skip to content

Commit

Permalink
try debug
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Kral <[email protected]>
  • Loading branch information
im-konge committed Nov 6, 2024
1 parent b4b3ffa commit 429339f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .azure/templates/jobs/run_systemtests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
displayName: 'Docker load & tag & push to local registries - $(arch)'
- script: |
echo "##vso[task.setvariable variable=docker_registry]$(kubectl get service registry -n kube-system -o=jsonpath='{.spec.clusterIP}'):80"
curl -X GET http://$(docker_registry):80/v2/_catalog
displayName: "Set docker_registry to local registry in minikube"
condition: eq(variables['docker_registry'], 'localhost:5000')
- task: Maven@3
Expand Down

0 comments on commit 429339f

Please sign in to comment.