Commit 6d3b66c4 authored by Thong Kuah's avatar Thong Kuah
Browse files

feat: Show debug logs if AUTO_DEVOPS_DEPLOY_DEBUG

Continuation of 89c5da50 but with
semantic commit comment. Also add tests to verify tiller.log is present
parent f8ca7d12
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -299,6 +299,11 @@ test-deploy-debug:
  extends: test-deploy
  variables:
    AUTO_DEVOPS_DEPLOY_DEBUG: "1"
  script:
    - auto-deploy initialize_tiller
    - auto-deploy download_chart
    - auto-deploy deploy
    - cat tiller.log

test-deploy-postgresql-channel-1:
  extends: test-deploy