Skip to content

Commit

Permalink
add code mirror pipeline (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmrdavid authored May 30, 2024
1 parent 01ba839 commit 9bc6e10
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions code-mirror.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
trigger:
branches:
include:
# These are the branches we'll mirror to our internal ADO instance
# Keep this set limited as appropriate (don't mirror individual user branches).
- main

resources:
repositories:
- repository: eng
type: git
name: engineering
ref: refs/tags/release

variables:
- template: ci/variables/cfs.yml@eng

extends:
template: ci/code-mirror.yml@eng

0 comments on commit 9bc6e10

Please sign in to comment.