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:
parent
04b56eaab3
commit
a8e70e1976
20 changed files with 29 additions and 61 deletions
|
@ -72,9 +72,6 @@ update_symlinks() {
|
|||
}
|
||||
|
||||
pre_build() {
|
||||
pushd ${REPO_DIR} >/dev/null
|
||||
git pull
|
||||
popd >/dev/null
|
||||
update_symlinks
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue