From 2c19a92316489696a94acb5c1c37ff74f5fb3223 Mon Sep 17 00:00:00 2001 From: Marius Date: Wed, 10 Apr 2019 22:53:35 +0200 Subject: [PATCH] ci: Update helm installation script In the hope that it will fix the `curl: (3) Illegal characters found in URL` error inside the deployment step: https://travis-ci.org/tus/tusd/jobs/518477872#L7357 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 468b1cb..96892ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ before_deploy: - gcloud --quiet version - gcloud --quiet components update - gcloud --quiet components update kubectl -- curl https://raw.githubusercontent.com/kubernetes/helm/9476fcc10aaaf4bbcbeb6b7b9e62e9f03d312697/scripts/get | bash +- curl https://raw.githubusercontent.com/kubernetes/helm/d87ce93e1e287ece84d940dbfe09b0de493d9953/scripts/get | bash deploy: - provider: releases api_key: