From 5a973e9a8c325ef495bbffea48580cccd79417fb Mon Sep 17 00:00:00 2001 From: Shubham Gupta Date: Fri, 30 Jun 2023 05:20:30 +0530 Subject: [PATCH] revert the pipeline Signed-off-by: Shubham Gupta --- .azure-pipelines/pipeline.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.azure-pipelines/pipeline.yaml b/.azure-pipelines/pipeline.yaml index bac22f6b2..22b792f1b 100644 --- a/.azure-pipelines/pipeline.yaml +++ b/.azure-pipelines/pipeline.yaml @@ -14,14 +14,14 @@ resources: repositories: - repository: golang-template type: github - name: shubham-cmyk/azure-devops-template - endpoint: shubham-cmyk + name: opstree/azure-devops-template + endpoint: OT-CONTAINER-KIT extends: template: operator-ci.yaml@golang-template parameters: ApplicationName: redis-operator - QuayImageName: shubham-cmyk/redis-operator + QuayImageName: opstree/redis-operator GithubImageName: ot-container-kit/redis-operator/redis-operator BuildDocs: false AppVersion: "v0.15.0"