https://github.com/etcd-io/etcd
Raw File
Tip revision: 217d183e5a2b2b7e826825f8218b8c4f53590a8f authored by Marek Siarkowicz on 13 April 2023, 10:08:47 UTC
version: bump up to 3.5.8
Tip revision: 217d183
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