From 856cf788bbc7accd07b6dea5f8bf749be85cbc13 Mon Sep 17 00:00:00 2001 From: Gary Verhaegen Date: Mon, 27 Feb 2023 16:32:46 +0100 Subject: [PATCH] fix cron (#16394) Four years in, I still don't understand why Azure Pipelines chose to make those paths relative. --- azure-cron.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-cron.yml b/azure-cron.yml index 3401adb642..52948d801b 100644 --- a/azure-cron.yml +++ b/azure-cron.yml @@ -37,7 +37,7 @@ jobs: - checkout: self - bash: ci/dev-env-install.sh displayName: 'Build/Install the Developer Environment' - - template: bash-lib.yml + - template: ci/bash-lib.yml parameters: var_name: bash-lib - bash: | @@ -55,7 +55,7 @@ jobs: ./bazel-bin/ci/cron/cron bazel-cache --age 75 --delete --cache-suffix '**' env: GCRED: $(GOOGLE_APPLICATION_CREDENTIALS_CONTENT) - - template: tell-slack-failed.yml + - template: ci/tell-slack-failed.yml - job: docker_image timeoutInMinutes: 60