diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c46fe68..c9be0b5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -26,7 +26,7 @@ stages: - job: Build displayName: "Build & push to ACR" pool: - name: azureselfhosted + name: default steps: - checkout: self - checkout: olympus-common @@ -83,7 +83,7 @@ stages: condition: succeeded() displayName: "Deploy to ${{variables.envName}}" pool: - name: azureselfhosted + name: default environment: name: $(envName).$(resourceName) resourceType: Kubernetes