Skip to content

Commit

Permalink
Merge pull request #2108 from jim-parry/beta4-prep2
Browse files Browse the repository at this point in the history
Update the starters
  • Loading branch information
jim-parry authored Jul 25, 2019
2 parents d6f64aa + 2b4e78c commit fe233f0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions admin/release-framework
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ git checkout $branch
echo -e "${BOLD}Build the framework distributable${NORMAL}"

echo -e "${BOLD}Copy the main files/folders...${NORMAL}"
releasable='app docs public system writable contributing.md env license.txt spark tests/_support'
releasable='app docs public system writable contributing.md env license.txt spark'
for fff in $releasable ; do
if [ -d "$fff" ] ; then
rm -rf $fff
Expand All @@ -21,7 +21,11 @@ for fff in $releasable ; do
done

echo -e "${BOLD}Override as needed...${NORMAL}"
cp -rf ${CI_DIR}/admin/framework/* .
cprm -rf tests
mkdir tests
cp -rf ${CI_DIR}/tests/_support tests/

-rf ${CI_DIR}/admin/framework/* .

#---------------------------------------------------
# And finally, get ready for merging
Expand Down
2 changes: 1 addition & 1 deletion admin/starter/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"require": {
"php": ">=7.2",
"codeigniter4/framework": "^4@alpha"
"codeigniter4/framework": "^4@beta"
},
"require-dev": {
"mikey179/vfsstream": "1.6.*",
Expand Down

0 comments on commit fe233f0

Please sign in to comment.