Skip clone in deploy pipeline

This commit is contained in:
Jonathon Leight
2026-06-22 11:38:05 -04:00
parent eeece7caaa
commit 2168b38a7f
+4
View File
@@ -8,6 +8,10 @@ when:
depends_on:
- build
# This workflow only runs kubectl against the commit SHA (provided as an env
# var) — it never reads the repo, so skip the automatic clone step.
skip_clone: true
steps:
deploy:
image: alpine/kubectl:1.35.3