https://github.com/etcd-io/etcd
Raw File
Tip revision: e7b3bb6ccac840770f108ef9a0f013fa51b83256 authored by Marek Siarkowicz on 31 January 2024, 10:32:22 UTC
version: bump up to 3.5.12
Tip revision: e7b3bb6
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