From 2a577eea9e91ba5e18d63ef0a18e2bd8f5c4f999 Mon Sep 17 00:00:00 2001 From: Polina Bungina Date: Wed, 8 May 2024 16:58:35 +0200 Subject: [PATCH] Remove redundant diff --- delivery.yaml | 4 ++-- postgres-appliance/tests/test_utils.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/delivery.yaml b/delivery.yaml index 1caad2ffc..adabbf1a6 100644 --- a/delivery.yaml +++ b/delivery.yaml @@ -39,8 +39,8 @@ pipeline: type: script requires_human_approval: true when: - - event: push - branch: master + event: push + branch: master commands: - desc: Tag release spilo image cmd: | diff --git a/postgres-appliance/tests/test_utils.sh b/postgres-appliance/tests/test_utils.sh index 8a416960f..58d3ac0af 100644 --- a/postgres-appliance/tests/test_utils.sh +++ b/postgres-appliance/tests/test_utils.sh @@ -3,7 +3,7 @@ if ! docker info &> /dev/null; then if podman info &> /dev/null; then alias docker=podman - alias xargs='xargs ' # allows '| xargs docker' + alias xargs='xargs ' # allows '| xargs docker' shopt -s expand_aliases else echo "docker/podman: command not found"