7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-05-29 20:30:48 +00:00

Print out git version in "make info"

This commit is contained in:
Régis Behmo 2018-09-03 07:53:34 +02:00
parent 7989ee88d9
commit 161de4629a

View File

@ -73,6 +73,8 @@ stop:
info:
uname -a
@echo "-------------------------"
git rev-parse HEAD
@echo "-------------------------"
docker version
@echo "-------------------------"
docker-compose --version