Remove Nitrous installation files

This commit is contained in:
Frederic Guillot
2016-12-02 17:40:04 -05:00
parent f73d0d2ac9
commit 6c43ab7dfc
8 changed files with 1 additions and 34 deletions

View File

@@ -33,7 +33,6 @@ archive:
@ rm -rf ${BUILD_DIR}/kanboard/*.js
@ rm -rf ${BUILD_DIR}/kanboard/.dockerignore
@ rm -rf ${BUILD_DIR}/kanboard/docker
@ rm -rf ${BUILD_DIR}/kanboard/nitrous*
@ cd ${BUILD_DIR}/kanboard && find ./vendor -name doc -type d -exec rm -rf {} +;
@ cd ${BUILD_DIR}/kanboard && find ./vendor -name notes -type d -exec rm -rf {} +;
@ cd ${BUILD_DIR}/kanboard && find ./vendor -name test -type d -exec rm -rf {} +;