From 9c31a34897f8156e345b35773e3cd5854c4eafbc Mon Sep 17 00:00:00 2001
From: Colin <colinb969@gmail.com>
Date: Tue, 2 Apr 2024 20:00:33 +0000
Subject: [PATCH] Update .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a726c4c..aafa1cf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,3 +19,8 @@ package:
   artifacts:
     paths:
       - artifact.zip
+
+clear-cache:
+  stage: .post
+  script: |
+    curl -X POST -H "Content-Type:application/text" -d "$PURGE_KEY" "https://purge.unstable.life/purge?zone=ef12234e50f345ebcc9c4d37017fa5af"
-- 
GitLab