Skip to content

Commit

Permalink
upgrade helm client
Browse files Browse the repository at this point in the history
  • Loading branch information
OriHoch committed Feb 8, 2018
1 parent a852b8d commit 48341f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ script:
chmod +x run_docker_ops.sh
if ./run_docker_ops.sh "${K8S_ENVIRONMENT_NAME}" "
RES=0;
curl https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get > get_helm.sh && chmod 700 get_helm.sh && ./get_helm.sh;
! ./helm_upgrade.sh && echo 'failed helm upgrade' && RES=1;
! ./helm_upgrade_external_chart.sh spark && echo 'failed spark upgrade' && RES=1;
! ./helm_upgrade_external_chart.sh volunteers && echo 'failed volunteers upgrade' && RES=1;
Expand Down

0 comments on commit 48341f4

Please sign in to comment.