Remove make-push

Do not allow pushing subtree from projects. It's messy when multiple
subtrees are involved. Just update common itself.
This commit is contained in:
ducoterra
2021-11-02 15:42:10 -04:00
parent a4b7e34e57
commit 756cc8ca51

View File

@@ -26,9 +26,3 @@ make-stash-drop:
.PHONY: make-update .PHONY: make-update
make-update: make-update:
@git subtree pull --prefix .gitlab --squash --message "Merge update from Common" -q common main @git subtree pull --prefix .gitlab --squash --message "Merge update from Common" -q common main
.PHONY: make-push
make-push: warning
@make make-update
@git subtree split --branch common/$(PROJECT_NAME) --prefix .gitlab
@git push common common/$(PROJECT_NAME):common/$(PROJECT_NAME)