catalyst-auto: move git update into main script

All of our config files are doing this already, so move it into the
common code.
This commit is contained in:
Mike Frysinger 2018-01-15 20:17:43 -05:00
parent 04b56eaab3
commit a8e70e1976
20 changed files with 29 additions and 61 deletions

View file

@ -72,9 +72,6 @@ update_symlinks() {
}
pre_build() {
pushd ${REPO_DIR} >/dev/null
git pull
popd >/dev/null
update_symlinks
}