Fix CI: install jq/kustomize, fetch-depth 2 for deploy-production
node:20-bookworm doesn't include jq or kustomize. Also need fetch-depth: 2 so HEAD~1 exists for turbo's change detection.
This commit is contained in:
@@ -20,6 +20,8 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- run: apt-get update && apt-get install -y jq
|
||||
|
||||
- name: Detect changed apps
|
||||
id: filter
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user