Skip to content

Commit

Permalink
updated illuscio -> occ
Browse files Browse the repository at this point in the history
  • Loading branch information
peake100 committed Apr 29, 2021
1 parent 0558161 commit c5e836e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit c5e836e

Please sign in to comment.