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