diff --git a/eng/ci/code-mirror.yml b/eng/ci/code-mirror.yml index 04c800eae..fc916d393 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 8ec3dfd60..6a7e8b845 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 667d58a8b..59947ae57 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 631a97d97..ecdc45f84 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 ca3edd22e..a3c6dd38c 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 420a27ec6..290fb24b9 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 11e7bf65f..c8be99540 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