Skip to content

Commit 85a3d07

Browse files
committed
release framework script clean up
1 parent b82ab9d commit 85a3d07

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

admin/release-framework

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ git checkout $branch
1111
#---------------------------------------------------
1212
echo -e "${BOLD}Build the framework distributable${NORMAL}"
1313

14+
echo -e "clean up ${TARGET}";
15+
rm -rf *
16+
1417
echo -e "${BOLD}Copy the main files/folders...${NORMAL}"
15-
releasable='application docs public system writable README.md composer.json contributing.md env license.txt spark'
18+
releasable='system README.md composer.json contributing.md license.txt'
1619
for fff in $releasable ; do
17-
if [ -d "$fff" ] ; then
18-
rm -rf $fff
19-
fi
2020
cp -rf ${CI_DIR}/$fff .
2121
done
2222

0 commit comments

Comments
 (0)