deploy.yml: add temporary debug-env step to diagnose CI_COMMIT_CHANGED_FILES not populating despite Woodpecker UI showing correct changed files. No logic changes to existing steps -- remove once root cause is found.
ci/woodpecker/push/deploy Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
This commit is contained in:
@@ -3,6 +3,14 @@ when:
|
||||
branch: main
|
||||
|
||||
steps:
|
||||
debug-env:
|
||||
image: alpine:latest
|
||||
commands:
|
||||
- |
|
||||
echo "=== DIAGNOSTIC: dumping all CI_* vars (temporary, remove after debugging) ==="
|
||||
env | grep '^CI_' | sort
|
||||
echo "=== END DIAGNOSTIC ==="
|
||||
|
||||
validate:
|
||||
image: alpine:latest
|
||||
commands:
|
||||
|
||||
Reference in New Issue
Block a user