Loading .gitlab/ci/test.gitlab-ci.yml +0 −1 Original line number Diff line number Diff line Loading @@ -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 Loading src/bin/auto-deploy +1 −1 Original line number Diff line number Diff line Loading @@ -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() { Loading Loading
.gitlab/ci/test.gitlab-ci.yml +0 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
src/bin/auto-deploy +1 −1 Original line number Diff line number Diff line Loading @@ -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() { Loading