diff --git a/eng/ci/code-mirror.yml b/eng/ci/code-mirror.yml index 04c800ea..fc916d39 100644 --- a/eng/ci/code-mirror.yml +++ b/eng/ci/code-mirror.yml @@ -12,7 +12,7 @@ resources: ref: refs/tags/release variables: - - template: ci/variables/cfs.yml@eng + - template: /ci/variables/cfs.yml@eng extends: - template: ci/code-mirror.yml@eng \ No newline at end of file + template: /ci/code-mirror.yml@eng \ No newline at end of file diff --git a/eng/ci/core-tools-tests.yml b/eng/ci/core-tools-tests.yml index 8ec3dfd6..6a7e8b84 100644 --- a/eng/ci/core-tools-tests.yml +++ b/eng/ci/core-tools-tests.yml @@ -10,7 +10,7 @@ resources: ref: refs/tags/release variables: - - template: ci/variables/build.yml@eng + - template: /ci/variables/build.yml@eng - template: /ci/variables/cfs.yml@eng extends: diff --git a/eng/ci/custom-image-tests.yml b/eng/ci/custom-image-tests.yml index 667d58a8..59947ae5 100644 --- a/eng/ci/custom-image-tests.yml +++ b/eng/ci/custom-image-tests.yml @@ -10,7 +10,7 @@ resources: ref: refs/tags/release variables: - - template: ci/variables/build.yml@eng + - template: /ci/variables/build.yml@eng - template: /ci/variables/cfs.yml@eng extends: diff --git a/eng/ci/docker-consumption-tests.yml b/eng/ci/docker-consumption-tests.yml index 631a97d9..ecdc45f8 100644 --- a/eng/ci/docker-consumption-tests.yml +++ b/eng/ci/docker-consumption-tests.yml @@ -21,7 +21,7 @@ resources: ref: refs/tags/release variables: - - template: ci/variables/build.yml@eng + - template: /ci/variables/build.yml@eng - template: /ci/variables/cfs.yml@eng extends: diff --git a/eng/ci/docker-dedicated-tests.yml b/eng/ci/docker-dedicated-tests.yml index ca3edd22..a3c6dd38 100644 --- a/eng/ci/docker-dedicated-tests.yml +++ b/eng/ci/docker-dedicated-tests.yml @@ -21,7 +21,7 @@ resources: ref: refs/tags/release variables: - - template: ci/variables/build.yml@eng + - template: /ci/variables/build.yml@eng - template: /ci/variables/cfs.yml@eng extends: diff --git a/eng/ci/integration-tests.yml b/eng/ci/integration-tests.yml index 420a27ec..290fb24b 100644 --- a/eng/ci/integration-tests.yml +++ b/eng/ci/integration-tests.yml @@ -26,7 +26,7 @@ resources: ref: refs/tags/release variables: - - template: ci/variables/build.yml@eng + - template: /ci/variables/build.yml@eng - template: /ci/variables/cfs.yml@eng extends: diff --git a/eng/ci/official-build.yml b/eng/ci/official-build.yml index 11e7bf65..c8be9954 100644 --- a/eng/ci/official-build.yml +++ b/eng/ci/official-build.yml @@ -28,8 +28,8 @@ resources: ref: refs/tags/release variables: - - template: ci/variables/build.yml@eng - - template: ci/variables/cfs.yml@eng + - template: /ci/variables/build.yml@eng + - template: /ci/variables/cfs.yml@eng extends: template: v1/1ES.Official.PipelineTemplate.yml@1es