From: Andres Freund Date: Sun, 13 Feb 2022 03:38:06 +0000 (-0800) Subject: ci: fix copy-paste mistake in 16eb8231d1b. X-Git-Tag: REL_15_BETA1~727 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=f79c94f39df092dfe3371257140ec76bba40bfb6;p=postgresql.git ci: fix copy-paste mistake in 16eb8231d1b. Reported-By: Justin Pryzby Discussion: https://postgr.es/m/20220213024704.GN31460@telsasoft.com --- diff --git a/.cirrus.yml b/.cirrus.yml index dd96a97efe5..d10b0a82f9f 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