aboutsummaryrefslogtreecommitdiffstats
path: root/build/recovery-test.sh
diff options
context:
space:
mode:
authorbojie <bojie@dexon.org>2019-04-17 13:49:37 +0800
committerWei-Ning Huang <w@dexon.org>2019-04-17 13:49:37 +0800
commitc8f482bbd870afff38397dac52cd8d396ca65fdb (patch)
tree2a3a8cb327a815a3de31c7550480251c7074edf7 /build/recovery-test.sh
parentef3c55d921c37cccc6f6fe3fbf6e17be2d383903 (diff)
downloaddexon-c8f482bbd870afff38397dac52cd8d396ca65fdb.tar
dexon-c8f482bbd870afff38397dac52cd8d396ca65fdb.tar.gz
dexon-c8f482bbd870afff38397dac52cd8d396ca65fdb.tar.bz2
dexon-c8f482bbd870afff38397dac52cd8d396ca65fdb.tar.lz
dexon-c8f482bbd870afff38397dac52cd8d396ca65fdb.tar.xz
dexon-c8f482bbd870afff38397dac52cd8d396ca65fdb.tar.zst
dexon-c8f482bbd870afff38397dac52cd8d396ca65fdb.zip
ci: fix wrong bucket name (#371)
Diffstat (limited to 'build/recovery-test.sh')
-rwxr-xr-xbuild/recovery-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/recovery-test.sh b/build/recovery-test.sh
index f7106597e..97311aaa0 100755
--- a/build/recovery-test.sh
+++ b/build/recovery-test.sh
@@ -5,7 +5,7 @@ tarAndUpload()
name=travis-fail-$(date +%s).tar.gz
tar -zcvf $name test
echo "Verify fail and upload $name"
- PKG_CONFIG_PATH=/usr/local/opt/openssl/lib/pkgconfig go run build/testtool/testtool.go upload $name dexon-builds
+ PKG_CONFIG_PATH=/usr/local/opt/openssl/lib/pkgconfig go run build/testtool/testtool.go upload $name dexon-prod-builds
}
endpoint=http://127.0.0.1:8545