From 298a61dbd71abe2e7bf93d483cf968c2c3f8bba5 Mon Sep 17 00:00:00 2001
From: edebrye <edebrye@ippon.fr>
Date: Tue, 16 Mar 2021 15:07:30 +0100
Subject: [PATCH] Modified gitlab-ci / changed terraform image for newer

---
 .gitlab-ci.yml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d6b5797..6fc6da6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,9 +1,12 @@
 image: 
-  name: hashicorp/terraform:0.14.7
+  name: hashicorp/terraform:0.14.8
   entrypoint:
     - '/usr/bin/env'
     - 'PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
-
+workflow:
+  rules:
+    - if: '$CI_COMMIT_MESSAGE =~ /^no-pipe/'
+      when: never
 stages:
   - Test and Lint
   - Staging Plan
-- 
GitLab