Skip to content

Commit 9677180

Browse files
authored
Merge pull request #757 from Azure/kamperiadis/code-mirror
[1ES] Add code-mirror.yml pipeline
2 parents 5d29dea + 45122c4 commit 9677180

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

code-mirror.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
trigger:
2+
branches:
3+
include:
4+
- dev
5+
- release/* # azure-functions-java-worker github repo restricts creation of release/* branches, so using a pattern is safe here.
6+
7+
resources:
8+
repositories:
9+
- repository: eng
10+
type: git
11+
name: engineering
12+
ref: refs/tags/release
13+
14+
variables:
15+
- template: ci/variables/cfs.yml@eng
16+
17+
extends:
18+
template: ci/code-mirror.yml@eng

0 commit comments

Comments
 (0)