* add code mirror pipeline

* move within eng/ci as per convention
This commit is contained in:
David Justo 2024-05-30 16:41:36 -07:00 коммит произвёл GitHub
Родитель 122885a5f8
Коммит f3e5f2621f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 19 добавлений и 0 удалений

19
eng/ci/code-mirror.yml Normal file
Просмотреть файл

@ -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