Skip to content

Commit

Permalink
fix(gitlab): sleep for 2 min
Browse files Browse the repository at this point in the history
  • Loading branch information
timothystewart6 committed Jan 19, 2024
1 parent acc1cdc commit 4a45265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ flushcache:
stage: flushcache
retry: 2
script:
- sleep 300
- sleep 120
- |
curl --fail --output "/dev/null" --silent --show-error -X POST "https://api.cloudflare.com/client/v4/zones/$CF_ZONE_ID/purge_cache" \
-H "Authorization: Bearer $CF_API_TOKEN" -H "Content-Type: application/json" \
Expand Down

0 comments on commit 4a45265

Please sign in to comment.