Don't sync to training-guides

Stop syncing files to training-guides, the files are not needed
anymore there.

Needed-by: https://review.openstack.org/150608

Change-Id: I0b939b24bb43655e08564a90f61e03cc58004153
This commit is contained in:
Andreas Jaeger 2015-01-28 08:46:33 +01:00 committed by Andreas Jaeger
parent 8eabbc0a17
commit bd631b237a
2 changed files with 0 additions and 6 deletions

@ -1,4 +1,3 @@
openstack/ha-guide
openstack/operations-guide
openstack/security-doc
openstack/training-guides

@ -35,11 +35,6 @@ case "$PROJECT_DIR" in
ENT_DIR="security-guide"
CHECK_MARK_DIR="static"
;;
training-guides)
GLOSSARY_SUB_DIR="doc/glossary"
ENT_DIR="training-guides"
CHECK_MARK_DIR="figures"
;;
*)
echo "$PROJECT_DIR not handled"
exit 1