From c5e836e728c7cb2e4af1f4552685e1ee0f02c824 Mon Sep 17 00:00:00 2001 From: Billy Peake Date: Wed, 28 Apr 2021 17:15:55 -0700 Subject: [PATCH] updated illuscio -> occ --- azure-pipelines.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b0388bd..f238a30 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -4,7 +4,7 @@ resources: repositories: - repository: templates type: github - name: illuscio-dev/azure-pipelines-templates + name: opencinemac/azure-pipelines-templates endpoint: Github_Read trigger: @@ -18,18 +18,19 @@ trigger: - build_* - v* - master + - main pr: - dev variables: # Link to the variables template. - - template: V2/variables.yml@templates + - template: variables.yml@templates # We extend the pipeline as a security feature. extends: # Link to the pipeline template. - template: V2/main.yml@templates + template: main.yml@templates parameters: language: PYTHON buildType: LIBRARY