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
|
@ -27,9 +27,6 @@ give_latest_from_dates() {
|
|||
|
||||
|
||||
pre_build() {
|
||||
cd ${REPO_DIR}
|
||||
git pull
|
||||
|
||||
# Symlink the latest stages3 to build from
|
||||
for d in ${BUILD_SRCDIR_BASE}/builds/default ; do
|
||||
pushd $d >/dev/null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue