0
0
mirror of https://github.com/anthonyaxenov/iptv.git synced 2024-11-01 09:36:14 +00:00
iptv/hooks/post-merge
AnthonyAxenov 585392b295
Ссылка на коммит в подвале
Требует установку гит-хуков
2022-09-12 22:36:29 +08:00

8 lines
410 B
Bash
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/bin/bash
# хук пробрасывает хэш свежего коммита в контейнер
# для его отображения в подвале страницы и очищает
# кеш шаблонов twig после слияния веток
# главным образом необходимо при git pull
git rev-parse HEAD > src/commit
docker exec -ti iptv-php rm -rf cache/views