From 6a9f519019670636b348ca8d407c4e4733e79484 Mon Sep 17 00:00:00 2001 From: Hordur Freyr Yngvason Date: Fri, 19 Jun 2020 14:41:57 -0400 Subject: [PATCH] Debug failing job --- .gitlab/ci/test.gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab/ci/test.gitlab-ci.yml b/.gitlab/ci/test.gitlab-ci.yml index 4dc37d4..3353472 100644 --- a/.gitlab/ci/test.gitlab-ci.yml +++ b/.gitlab/ci/test.gitlab-ci.yml @@ -333,6 +333,8 @@ test-deploy-does-not-delete-old-postgres-by-default: test-deploy-deletes-old-postgres-if-opt-in: extends: test-deploy + variables: + AUTO_DEVOPS_DEPLOY_DEBUG: 1 script: - auto-deploy initialize_tiller - auto-deploy download_chart -- GitLab