diff options
Diffstat (limited to 'tools/ci/jobs/deheader.sh')
-rwxr-xr-x | tools/ci/jobs/deheader.sh | 2 |
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 |