1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-06 23:46:18 +00:00

Don't push devel doc when releasing

This commit is contained in:
Loïc Blot 2018-12-10 14:43:45 +01:00
parent 3b3105bc4f
commit c9d929e0a7

View File

@ -35,7 +35,8 @@ rm -Rf \
ocsms/gulpfile.js \
ocsms/package.json \
ocsms/.ci \
ocsms/.tx
ocsms/.tx \
ocsms/doc
tar cfz ocsms-${RELEASE_VERSION}.tar.gz ocsms
echo "Release version "${RELEASE_VERSION}" is now ready."