Run update after make-push

To close things out we should re-run make-update to ensure changes are
pulled back into the repo we updated from.
This commit is contained in:
ducoterra
2021-11-01 10:05:43 -04:00
parent 22a952dd53
commit b07a2c095b

View File

@@ -32,3 +32,4 @@ make-push: warning
@git remote add common git@gitlab.ducoterra.net:services/common.git @git remote add common git@gitlab.ducoterra.net:services/common.git
@git subtree push --prefix .gitlab common main @git subtree push --prefix .gitlab common main
@git remote remove common @git remote remove common
@make make-update