https://github.com/etcd-io/etcd
Revision 450fd9a0b158a7eb5c5a3718850d6e6454eeef02 authored by Piotr Tabor on 11 May 2021, 12:24:47 UTC, committed by GitHub on 11 May 2021, 12:24:47 UTC
readme: Switch Travis CI test results badge to GitHub actions
2 parent s 7ae55cf + 4bc1aa9
Raw File
Tip revision: 450fd9a0b158a7eb5c5a3718850d6e6454eeef02 authored by Piotr Tabor on 11 May 2021, 12:24:47 UTC
Merge pull request #12946 from serathius/badge
Tip revision: 450fd9a
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