Skip to content

Commit 61129fa

Browse files
committed
exclude composer.json from releasable as will be overriden in next step
1 parent 85a3d07 commit 61129fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

admin/release-framework

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ echo -e "clean up ${TARGET}";
1515
rm -rf *
1616

1717
echo -e "${BOLD}Copy the main files/folders...${NORMAL}"
18-
releasable='system README.md composer.json contributing.md license.txt'
18+
releasable='system README.md contributing.md license.txt'
1919
for fff in $releasable ; do
2020
cp -rf ${CI_DIR}/$fff .
2121
done

0 commit comments

Comments
 (0)