mirror of
https://github.com/containers/podman.git
synced 2025-06-26 12:56:45 +08:00
Merge pull request #12223 from cevich/bump_catatonit
Bump Catatonit up to v0.1.7
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
BASE_PATH="/usr/libexec/podman"
|
BASE_PATH="/usr/libexec/podman"
|
||||||
CATATONIT_PATH="${BASE_PATH}/catatonit"
|
CATATONIT_PATH="${BASE_PATH}/catatonit"
|
||||||
CATATONIT_VERSION="v0.1.4"
|
CATATONIT_VERSION="v0.1.7"
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
if [ -f $CATATONIT_PATH ]; then
|
if [ -f $CATATONIT_PATH ]; then
|
||||||
|
Reference in New Issue
Block a user