From 2d91676dcb7c918ef2374e1818f1a934b25e098e Mon Sep 17 00:00:00 2001
From: Alexander Olofsson <alexander.olofsson@liu.se>
Date: Thu, 23 May 2024 16:52:52 +0200
Subject: [PATCH] Roll back to 3.2.0.0 image, .1 is broken

---
 puppet-module-pipeline.yaml | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/puppet-module-pipeline.yaml b/puppet-module-pipeline.yaml
index a78a54b..aaccf15 100644
--- a/puppet-module-pipeline.yaml
+++ b/puppet-module-pipeline.yaml
@@ -17,8 +17,8 @@ variables:
 
 pdk-validate:
   stage: puppet
-  image:
-    name: puppet/pdk:3.2.0.1
+  image: &PDK
+    name: puppet/pdk:3.2.0.0
     pull_policy: if-not-present
   before_script: &pdk-workaround
     - |
@@ -91,9 +91,7 @@ pdk-validate:
 
 pdk-test-unit:
   stage: puppet
-  image:
-    name: puppet/pdk:3.2.0.1
-    pull_policy: if-not-present
+  image: *PDK
   before_script: *pdk-workaround
   script:
     - sed -i "s|git@gitlab.it.liu.se:|https://gitlab+deploy-token-30:$gitlab_deploy_token_30@gitlab.it.liu.se/|g" .fixtures.yml
@@ -141,9 +139,7 @@ pdk-test-unit:
 
 puppet-strings:
   stage: deploy
-  image:
-    name: puppet/pdk:3.2.0.1
-    pull_policy: if-not-present
+  image: *PDK
   before_script: *pdk-workaround
   script:
     - pdk bundle exec rake strings:generate:reference
-- 
GitLab