chore(ci): update drone configuration for commit title
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Ching L 2025-09-11 17:20:06 +08:00
parent 38ac4e38f8
commit 80ef0ebc22

View File

@ -50,7 +50,7 @@ steps:
- echo "Restart the container"
- docker compose down && docker compose up -d
- name: extract-commit-title
- name: extract-commit-title
image: alpine
commands:
- export COMMIT_TITLE="$(echo "${DRONE_COMMIT_MESSAGE}" | head -n1)"