Skip to content

Commit

Permalink
Merge pull request #71 from rtucker-mozilla/master
Browse files Browse the repository at this point in the history
Trying different helm install
  • Loading branch information
rtucker-mozilla authored May 18, 2021
2 parents 012d5df + 5f23450 commit 69f3bcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export RUSTUP_HOME=/usr/local/rustup
export CARGO_HOME=/usr/local/cargo
export PATH=/usr/local/cargo/bin:$PATH
export RUST_VERSION=1.46.0
export DESIRED_VERSION=3.5.4
export DESIRED_VERSION="v3.5.4"

set -eux
dpkgArch="$(dpkg --print-architecture)"
Expand All @@ -26,5 +26,5 @@ rustc --version

rustup target add x86_64-unknown-linux-gnu
HELM_INSTALL_DIR=/bin
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get | bash
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash

0 comments on commit 69f3bcf

Please sign in to comment.