remove testing work

This commit is contained in:
William Banfield
2021-11-12 12:47:52 -05:00
parent 6177ada403
commit 0282a88252
+1 -2
View File
@@ -1,12 +1,11 @@
#!/usr/bin/env bash
set -euxo pipefail
set -euo pipefail
# By default, this script runs against the latest commit to the master branch
# in the Tendermint spec repository. To use this script with a different version
# of the spec repository, run it with the $VERS environment variable set to the
# desired commit in the spec repo.
VERS=5f16657dcfbb9b8d68eabe6a23672f86a4fde12d
: ${VERS:=master}
URL_PATH=tarball/
if [[ VERS -ne master ]]; then