From fae59a97dcecccdfa349a91b04fdae66a5cae00b Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 22 Mar 2024 10:13:25 +0100 Subject: [PATCH] ++repos --- sync-all-repos | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/sync-all-repos b/sync-all-repos index c943b5b..96e9c98 100755 --- a/sync-all-repos +++ b/sync-all-repos @@ -38,6 +38,16 @@ for repo in ~/.ctt \ git push done +# Repos we want to pull in, but don't want to update +for pullonlyrepo in \ + ~/vcs/k8s-config/ \ + ~/vcs/ansible-main/ \ + ; do + echo $pullonlyrepo + cd $pullonlyrepo + git pull +done + # Step 2: pull/push all other repos in ~/vcs/ # We cannot commit as we do not know the state, but we # can ensure everything committed before is pushed out