https://github.com/etcd-io/etcd
Raw File
Tip revision: 0223ca52b8d6d4953f708e5e4245c37cb4274115 authored by Marek Siarkowicz on 27 October 2023, 10:33:25 UTC
version: bump up to 3.5.10
Tip revision: 0223ca5
test
#!/usr/bin/env bash

set -euo pipefail

echo -e "\\e[91mDEPRECATED!!! Use test.sh script instead.\\e[0m\\n"
sleep 1

source ./test.sh
back to top