summaryrefslogtreecommitdiff
path: root/tools/ci/jobs/deheader.sh
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-01-05 17:54:31 +0300
committerAndrei Karas <akaras@inbox.ru>2017-01-05 17:54:31 +0300
commitb3116df2584228efb80c8a464ba4cbd6a57cfbd0 (patch)
treeb20dfbe3eb171344832e32b0ce730b70acf63fa5 /tools/ci/jobs/deheader.sh
parent80c3757447e970faf48092a45d818c1ffad51b3d (diff)
downloadplus-b3116df2584228efb80c8a464ba4cbd6a57cfbd0.tar.gz
plus-b3116df2584228efb80c8a464ba4cbd6a57cfbd0.tar.bz2
plus-b3116df2584228efb80c8a464ba4cbd6a57cfbd0.tar.xz
plus-b3116df2584228efb80c8a464ba4cbd6a57cfbd0.zip
Add retry script for wget invokes in ci jobs.
Diffstat (limited to 'tools/ci/jobs/deheader.sh')
-rwxr-xr-xtools/ci/jobs/deheader.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci/jobs/deheader.sh b/tools/ci/jobs/deheader.sh
index caf7dff40..62e40e480 100755
--- a/tools/ci/jobs/deheader.sh
+++ b/tools/ci/jobs/deheader.sh
@@ -13,5 +13,5 @@ aptget_install python wget \
export dir=$(pwd)
rm deheader
-wget "https://gitlab.com/4144/deheader/raw/master/deheader"
+tools/ci/scripts/retry.sh wget "https://gitlab.com/4144/deheader/raw/master/deheader"
chmod +x deheader