Skip to content

Commit

Permalink
Remove redundant diff
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcapet committed May 8, 2024
1 parent 816392f commit 2a577ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions delivery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion postgres-appliance/tests/test_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2a577ee

Please sign in to comment.