File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ git checkout $branch
12
12
echo -e " ${BOLD} Build the framework distributable${NORMAL} "
13
13
14
14
echo -e " ${BOLD} Copy the main files/folders...${NORMAL} "
15
- releasable=' app docs public system writable contributing.md env license.txt spark tests/_support '
15
+ releasable=' app docs public system writable contributing.md env license.txt spark'
16
16
for fff in $releasable ; do
17
17
if [ -d " $fff " ] ; then
18
18
rm -rf $fff
@@ -21,7 +21,11 @@ for fff in $releasable ; do
21
21
done
22
22
23
23
echo -e " ${BOLD} Override as needed...${NORMAL} "
24
- cp -rf ${CI_DIR} /admin/framework/* .
24
+ cprm -rf tests
25
+ mkdir tests
26
+ cp -rf ${CI_DIR} /tests/_support tests/
27
+
28
+ -rf ${CI_DIR} /admin/framework/* .
25
29
26
30
# ---------------------------------------------------
27
31
# And finally, get ready for merging
Original file line number Diff line number Diff line change 6
6
"license" : " MIT" ,
7
7
"require" : {
8
8
"php" : " >=7.2" ,
9
- "codeigniter4/framework" : " ^4@alpha "
9
+ "codeigniter4/framework" : " ^4@beta "
10
10
},
11
11
"require-dev" : {
12
12
"mikey179/vfsstream" : " 1.6.*" ,
You can’t perform that action at this time.
0 commit comments