Skip to content
Snippets Groups Projects
Verified Commit d533bf68 authored by Chris Coley's avatar Chris Coley
Browse files

Purposefully fail the child job to see if the parent job fails too

parent 226369ea
Branches
No related tags found
No related merge requests found
Checking pipeline status
...@@ -15,6 +15,7 @@ purge-cache: ...@@ -15,6 +15,7 @@ purge-cache:
job: create-purge-json job: create-purge-json
script: script:
- cat purge.json - cat purge.json
- exit 1
# - >- # - >-
# wget -qO- "https://api.cloudflare.com/client/v4/zones/$CF_PURGE_CACHE_ZONE/purge_cache" # wget -qO- "https://api.cloudflare.com/client/v4/zones/$CF_PURGE_CACHE_ZONE/purge_cache"
# --header "Content-Type: application/json" # --header "Content-Type: application/json"
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment