Don't let a missing kubectl cache dir kill the whole job

CIKlusterServices
Shipped
June 25, 2026 at 5:31 PM UTC
Author
Sage
Commit
407240d

The kubectl-install step runs 'set -eo pipefail' then find **************** -name kubectl ... | head -1 When that cache dir is absent (cleared between runner restarts) find exits 1, pipefail propagates it, and set -e aborts the job BEFORE kubectl is installed — so every deploy has failed since ~2026-06-13 (run #12 et al died in 8s here). Append '|| true' so an absent cache just falls through to the download path.

All changes

Like what you see shipping?

Every one of these updates lands in your workspace automatically. Start free and watch it grow week after week.

Start Free ForeverView Pricing