https://github.com/etcd-io/etcd
Revision bf51a53a7e0452a7e44783c24ec048e6981dd2d7 authored by James Blair on 29 May 2024, 18:33:09 UTC, committed by James Blair on 29 May 2024, 18:33:09 UTC
1 parent 47c5fb8
Raw File
Tip revision: bf51a53a7e0452a7e44783c24ec048e6981dd2d7 authored by James Blair on 29 May 2024, 18:33:09 UTC
version: bump up to 3.5.14
Tip revision: bf51a53
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