Commit ba55262d authored by Hordur Freyr Yngvason's avatar Hordur Freyr Yngvason
Browse files

Just log to stdout

parent e9c62674
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -302,7 +302,6 @@ test-deploy-debug:
    - auto-deploy initialize_tiller
    - auto-deploy download_chart
    - auto-deploy deploy
    - cat helm.log

test-deploy-postgresql-channel-1:
  extends: test-deploy
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ fi

export HELM_DEBUG_FLAGS=()
if [[ -n "$AUTO_DEVOPS_DEPLOY_DEBUG" ]]; then
  export HELM_DEBUG_FLAGS=('--debug' '--log-file' 'helm.log')
  export HELM_DEBUG_FLAGS=('--debug')
fi

function check_kube_domain() {