From 635b2290e8115accad5eb9b844f04b65923c6685 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Sat, 9 May 2020 19:18:29 +0200 Subject: [PATCH] Ignore failure when purging dev CDN Might not exist all the time --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 7bf6dfb..041c132 100644 --- a/.drone.yml +++ b/.drone.yml @@ -115,6 +115,7 @@ steps: headers: from_secret: cdn_accesskey method: POST + failure: ignore when: branch: - dev