diff options
| author | Patrick Steinhardt <ps@pks.im> | 2025-01-10 12:32:06 +0100 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-01-10 09:15:39 -0800 |
| commit | e39e332e5043d7e8f48fbfc91c3bd6d45a52cb7b (patch) | |
| tree | d71306b2ac8c9b4785060b36614a762de6941da1 /ci/print-test-failures.sh | |
| parent | 6bc06e8f20a8cd67d6e49d31472d5bc8c048cae0 (diff) | |
| download | git-e39e332e5043d7e8f48fbfc91c3bd6d45a52cb7b.tar.xz | |
ci: remove stale code for Azure Pipelines
Support for Azure Pipelines has been retired in 6081d3898f (ci: retire
the Azure Pipelines definition, 2020-04-11) in favor of GitHub Actions.
Our CI library still has some infrastructure left for Azure though that
is now unused. Remove it.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'ci/print-test-failures.sh')
| -rwxr-xr-x | ci/print-test-failures.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ci/print-test-failures.sh b/ci/print-test-failures.sh index 655687dd82..dc910e5160 100755 --- a/ci/print-test-failures.sh +++ b/ci/print-test-failures.sh @@ -39,11 +39,6 @@ do test_name="${test_name##*/}" trash_dir="trash directory.$test_name" case "$CI_TYPE" in - azure-pipelines) - mkdir -p failed-test-artifacts - mv "$trash_dir" failed-test-artifacts - continue - ;; github-actions) mkdir -p failed-test-artifacts echo "FAILED_TEST_ARTIFACTS=${TEST_OUTPUT_DIRECTORY:t}/failed-test-artifacts" >>$GITHUB_ENV |
