From 86c29f2f726892004e97a8f659ebff60f41e57aa Mon Sep 17 00:00:00 2001 From: David Justo Date: Wed, 29 May 2024 16:35:57 -0700 Subject: [PATCH 1/2] add code mirror pipeline --- code-mirror.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 code-mirror.yml diff --git a/code-mirror.yml b/code-mirror.yml new file mode 100644 index 0000000..f884e10 --- /dev/null +++ b/code-mirror.yml @@ -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 From 108c3320d293be76f4f45157255e2a7aab3f0bbc Mon Sep 17 00:00:00 2001 From: David Justo Date: Thu, 30 May 2024 09:44:55 -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