Skip to content

Commit

Permalink
.travis
Browse files Browse the repository at this point in the history
  • Loading branch information
OriHoch committed Feb 27, 2018
1 parent 5331b32 commit f389754
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ script:
RES=0;
curl https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get > get_helm.sh && chmod 700 get_helm.sh && ./get_helm.sh;
if ./helm_upgrade_all.sh --install --dry-run --debug; then
echo "Dry run was successfull, performing upgrades"
! ./helm_upgrade_all.sh --install && echo "Failed upgrade" && RES=1
echo Dry run was successfull, performing upgrades
! ./helm_upgrade_all.sh --install && echo Failed upgrade && RES=1
else
echo "Failed dry run"
RES=1
echo Failed dry run
RES=1
fi
sleep 2;
kubectl get pods --all-namespaces;
Expand Down

0 comments on commit f389754

Please sign in to comment.