Four years in, I still don't understand why Azure Pipelines chose to
make those paths relative.
This commit is contained in:
Gary Verhaegen 2023-02-27 16:32:46 +01:00 committed by GitHub
parent fd75c5ece1
commit 856cf788bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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