Skip to content

Commit

Permalink
different registries
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 7, 2024
1 parent ce03c2b commit 2f7e85f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .azure/templates/jobs/run_systemtests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
env:
BUILD_TAG: latest-$(arch)
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"
# displayName: "Set docker_registry to local registry in minikube"
# condition: eq(variables['docker_registry'], 'localhost:5000')
- script: |
echo "##vso[task.setvariable variable=docker_registry]registry.kube-system.svc.cluster.local"
displayName: "Set docker_registry to local registry in minikube"
condition: eq(variables['docker_registry'], 'localhost:5000')
- task: Maven@3
inputs:
mavenPomFile: 'pom.xml'
Expand Down

0 comments on commit 2f7e85f

Please sign in to comment.