Merge pull request #388 from vsafonkin/v-vlsafo/remove-ref-to-gitio

Remove references to git.io
This commit is contained in:
Alejandro Pauly
2020-02-10 07:29:57 -05:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ apt-get update
apt-get install -y kubectl
# Install Helm
curl -L https://git.io/get_helm.sh | bash
curl -L https://raw.githubusercontent.com/helm/helm/master/scripts/get | bash
# Run tests to determine that the software installed as expected
echo "Testing to make sure that script performed as expected, and basic scenarios work"