From 2854d3bedf72838e1275574e85d8826ea4a39a54 Mon Sep 17 00:00:00 2001 From: David Justo Date: Wed, 29 May 2024 16:36:00 -0700 Subject: [PATCH 1/2] add code mirror pipeline --- code-mirror.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 code-mirror.yml diff --git a/code-mirror.yml b/code-mirror.yml new file mode 100644 index 00000000..0a2196b9 --- /dev/null +++ b/code-mirror.yml @@ -0,0 +1,20 @@ +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 + - dev + +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 From d84076a7e0215364943a6cfcce57eaf803611e48 Mon Sep 17 00:00:00 2001 From: David Justo Date: Thu, 30 May 2024 09:44:35 -0700 Subject: [PATCH 2/2] move within eng/ci as per convention --- code-mirror.yml => eng/ci/code-mirror.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename code-mirror.yml => eng/ci/code-mirror.yml (100%) diff --git a/code-mirror.yml b/eng/ci/code-mirror.yml similarity index 100% rename from code-mirror.yml rename to eng/ci/code-mirror.yml