don't build docker containers on pre-commit

This commit is contained in:
Ross Gardler 2017-08-12 05:52:27 +00:00
Родитель b4db832059
Коммит f627b7b04e
1 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -24,12 +24,6 @@ echo "Run the Simdem tests"
python3 main.py -p demo_scripts/test test
RESULT=$?
echo "Check Docker images build successfully"
if [ $RESULT -eq 0 ]; then
./scripts/build.sh
RESULT=$?
fi
echo "Restore unstaged changes"
git reset --hard -q && git stash apply --index -q && git stash drop -q