From af425c5ba5e18afe138912c0217a528141f481aa Mon Sep 17 00:00:00 2001
From: Rich Wareham <rjw57@cam.ac.uk>
Date: Wed, 3 Jan 2024 14:35:57 +0000
Subject: [PATCH] wip

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 13d4599..0cd1e41 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,20 +1,7 @@
 include:
   - project: 'uis/devops/continuous-delivery/ci-templates'
     file: "/terraform-module.yml"
-    ref: v3.3.0
+    ref: issue-59-terraform-module
   - project: "uis/devops/continuous-delivery/ci-templates"
     file: "/auto-devops/release-it.yml"
     ref: v3.3.0
-  - template: Workflows/Branch-Pipelines.gitlab-ci.yml
-
-# Include required stages for release automation. For reasons not entirely clear to the author,
-# include-ing /autodevops-stages.yml from ci-templates does not suffice.
-stages:
-  - .pre
-  - validate
-  - build
-  - test
-  - review
-  - deploy
-  - production
-  - .post
-- 
GitLab