Skip to content

Commit 57409e7

Browse files
committed
Fix the distribution pushes
1 parent dadb413 commit 57409e7

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

admin/release-deploy

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,14 @@ git push ${CI_ORG}/CodeIgniter4 develop
2222
echo -e "${BOLD}Pushing to the user guide repository${NORMAL}"
2323
cd ${CI_DIR}/dist/userguide
2424
git push origin master
25-
git push ${CI_ORG}/userguide master
2625

2726
echo -e "${BOLD}Pushing to the framework repository${NORMAL}"
2827
cd ${CI_DIR}/dist/framework
2928
git push origin master
30-
git push ${CI_ORG}/framework master
3129

3230
echo -e "${BOLD}Pushing to the app starter repository${NORMAL}"
3331
cd ${CI_DIR}/dist/appstarter
3432
git push origin master
35-
git push ${CI_ORG}/appstarter master
3633

3734
cd ${CI_DIR}
3835

0 commit comments

Comments
 (0)