Skip to content

Commit 2e1b7a0

Browse files
authored
Add code mirror pipeline (#74)
1 parent 936fcb2 commit 2e1b7a0

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

eng/ci/code-mirror.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
trigger:
2+
branches:
3+
include:
4+
# These are the branches we'll mirror to our internal ADO instance
5+
# Keep this set limited as appropriate (don't mirror individual user branches).
6+
- main
7+
8+
resources:
9+
repositories:
10+
- repository: eng
11+
type: git
12+
name: engineering
13+
ref: refs/tags/release
14+
15+
variables:
16+
- template: ci/variables/cfs.yml@eng
17+
18+
extends:
19+
template: ci/code-mirror.yml@eng

0 commit comments

Comments
 (0)