https://github.com/etcd-io/etcd
Raw File
Tip revision: 60d5159091ab06e80ad446ce9e4f415e5f53439e authored by Piotr Tabor on 24 February 2021, 19:55:45 UTC
version: bump up to 3.5.0-alpha.0
Tip revision: 60d5159
test
#!/usr/bin/env bash

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

source ./test.sh
back to top