1
0
Fork 0

add examples by force

This commit is contained in:
Frank Celler 2014-12-18 16:15:09 +01:00
parent ed2529efe9
commit 0368265024
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@ make || exit 1
make examples || exit 1
make swagger || exit 1
git add -f Documentation/Examples/*.generated
if [ "$TAG" == "1" ]; then
git commit -m "release version $VERSION" -a
git push