pgsql: ci: Only use one artifact instruction for logs.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: ci: Only use one artifact instruction for logs.
Date: 2022-02-13 00:24:20
Message-ID: E1nJ2ge-000114-TI@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

ci: Only use one artifact instruction for logs.

Having the different types of logs in artifacts instruction makes it quicker
to navigate between them. Either that didn't use to be possible, or I just did
it wrong. I saw that / how it works in a patch by Justin Pryzby.

Also remove a few unnecessary uses of **, suggested by Justin Pryzby.

Discussion: https://postgr.es/m/20220203195718.smqo5xg4ygp5qktq@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/16eb8231d1b53d7eade7530cc5cd58c8409a3993

Modified Files
--------------
.cirrus.yml | 14 +++++---------
1 file changed, 5 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2022-02-13 03:28:31 Re: pgsql: Add suport for server-side LZ4 base backup compression.
Previous Message Tomas Vondra 2022-02-12 23:02:05 Re: pgsql: Add decoding of sequences to test_decoding