From b07a2c095b55d758ed5fa89b53d7c559b3e8fc9c Mon Sep 17 00:00:00 2001 From: ducoterra Date: Mon, 1 Nov 2021 10:05:43 -0400 Subject: [PATCH] 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. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 320f9d4..61a7dbb 100644 --- a/Makefile +++ b/Makefile @@ -32,3 +32,4 @@ make-push: warning @git remote add common git@gitlab.ducoterra.net:services/common.git @git subtree push --prefix .gitlab common main @git remote remove common + @make make-update