Skip to content

Commit

Permalink
dump list of pods and services after deploy --no-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
OriHoch committed Jan 18, 2018
1 parent 2c50026 commit a592dad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ script:
! ./helm_upgrade_external_chart.sh volunteers && echo 'failed volunteers upgrade' && RES=1;
! ./helm_upgrade_external_chart.sh bi && echo 'failed bi upgrade' && RES=1;
! ./helm_upgrade_external_chart.sh profiles && echo 'failed profiles upgrade' && RES=1;
sleep 2;
kubectl get pods --all-namespaces;
kubectl get service --all-namespaces;
exit "'$'"RES
" "orihoch/sk8s-ops" "${OPS_REPO_SLUG}" "${OPS_REPO_BRANCH}"; then
true
Expand Down

0 comments on commit a592dad

Please sign in to comment.