From d533bf6835f50850d8c336695cc7f5a9ad4a0560 Mon Sep 17 00:00:00 2001 From: Chris Coley <chris@codingallnight.com> Date: Sun, 30 Apr 2023 08:55:31 -0700 Subject: [PATCH] Purposefully fail the child job to see if the parent job fails too --- purge-cache.gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/purge-cache.gitlab-ci.yml b/purge-cache.gitlab-ci.yml index cfe4a24..82b5431 100644 --- a/purge-cache.gitlab-ci.yml +++ b/purge-cache.gitlab-ci.yml @@ -15,6 +15,7 @@ purge-cache: job: create-purge-json script: - cat purge.json + - exit 1 # - >- # wget -qO- "https://api.cloudflare.com/client/v4/zones/$CF_PURGE_CACHE_ZONE/purge_cache" # --header "Content-Type: application/json" -- GitLab