From 5399469aa97d96ef7f92ca90cb1325bbb2504ad4 Mon Sep 17 00:00:00 2001
From: Nathan Rodet <nrodet@grandlyon.com>
Date: Mon, 20 Nov 2023 11:00:08 +0100
Subject: [PATCH] Added allow failure to destroy job to make sure it's playable

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b7042c2..1fcf887 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -62,4 +62,5 @@ destroy:
     name: ${ENVIRONMENT}
   script:
     - gitlab-terraform destroy
+  allow_failure: true # Needed to be able to be played even if skipped
   when: manual
\ No newline at end of file
-- 
GitLab