Merge "only clone docs from gh-pages branch if they aren't there"
This commit is contained in:
commit
1fdcbe1d01
@ -91,8 +91,9 @@ fi
|
|||||||
# Assumption is we are now in the DevStack repo workspace to be processed
|
# Assumption is we are now in the DevStack repo workspace to be processed
|
||||||
|
|
||||||
# Pull the latest docs branch from devstack.org repo
|
# Pull the latest docs branch from devstack.org repo
|
||||||
rm -rf docs || true
|
if ! [ -d docs ]; then
|
||||||
git clone -b gh-pages $GH_PAGES_REPO docs
|
git clone -b gh-pages $GH_PAGES_REPO docs
|
||||||
|
fi
|
||||||
|
|
||||||
# Build list of scripts to process
|
# Build list of scripts to process
|
||||||
FILES=""
|
FILES=""
|
||||||
|
Loading…
Reference in New Issue
Block a user