aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorSjors Provoost <sjors@sprovoost.nl>2020-05-04 13:36:19 +0200
committerSjors Provoost <sjors@sprovoost.nl>2020-05-04 13:36:40 +0200
commit9c246b873c74834a121edba00fcaecf0cba6f9b4 (patch)
tree32c314a7a4f6c94b472b4cdbdf2aa28b3cc961dc /ci
parent89a28e02fa46f3d5eb07ab02aa34aa95c6fcee11 (diff)
downloadbitcoin-9c246b873c74834a121edba00fcaecf0cba6f9b4.tar.xz
[test] backwards compatibility: bump v0.19.0.1 to v0.19.1
Diffstat (limited to 'ci')
-rwxr-xr-xci/test/05_before_script.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test/05_before_script.sh b/ci/test/05_before_script.sh
index ab9d673101..39b5bae48d 100755
--- a/ci/test/05_before_script.sh
+++ b/ci/test/05_before_script.sh
@@ -37,6 +37,6 @@ if [ -z "$NO_DEPENDS" ]; then
fi
if [ "$TEST_PREVIOUS_RELEASES" = "true" ]; then
BEGIN_FOLD previous-versions
- DOCKER_EXEC contrib/devtools/previous_release.sh -b -t "$PREVIOUS_RELEASES_DIR" v0.15.2 v0.16.3 v0.17.1 v0.18.1 v0.19.0.1
+ DOCKER_EXEC contrib/devtools/previous_release.sh -b -t "$PREVIOUS_RELEASES_DIR" v0.15.2 v0.16.3 v0.17.1 v0.18.1 v0.19.1
END_FOLD
fi