From f79c94f39df092dfe3371257140ec76bba40bfb6 Mon Sep 17 00:00:00 2001 From: Andres Freund Date: Sat, 12 Feb 2022 19:38:06 -0800 Subject: [PATCH] ci: fix copy-paste mistake in 16eb8231d1b. Reported-By: Justin Pryzby Discussion: https://postgr.es/m/20220213024704.GN31460@telsasoft.com --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index dd96a97efe..d10b0a82f9 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -32,7 +32,7 @@ on_failure: &on_failure log_artifacts: paths: - "**/*.log" - - "**/.diffs" + - "**/*.diffs" - "**/regress_log_*" type: text/plain