We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b82ab9d commit 85a3d07Copy full SHA for 85a3d07
1 file changed
admin/release-framework
@@ -11,12 +11,12 @@ git checkout $branch
11
#---------------------------------------------------
12
echo -e "${BOLD}Build the framework distributable${NORMAL}"
13
14
+echo -e "clean up ${TARGET}";
15
+rm -rf *
16
+
17
echo -e "${BOLD}Copy the main files/folders...${NORMAL}"
-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'
19
for fff in $releasable ; do
- if [ -d "$fff" ] ; then
- rm -rf $fff
- fi
20
cp -rf ${CI_DIR}/$fff .
21
done
22
0 commit comments