Remove exit 1

This commit is contained in:
Josip Mrden 2023-04-23 13:57:18 +02:00
parent f8de1f05e7
commit 1eb18a6d39

View File

@ -46,7 +46,6 @@ if ! command -v docker > /dev/null 2>&1 || ! command -v docker-compose > /dev/nu
exit 1
fi
PRINT_CONTEXT
exit 1
if [ ! -d "$script_dir/jepsen" ]; then
git clone https://github.com/jepsen-io/jepsen.git -b "$JEPSEN_VERSION" "$script_dir/jepsen"