summaryrefslogtreecommitdiffstats
path: root/jjb/releng-macros.yaml
diff options
context:
space:
mode:
authorRyota MIBU <r-mibu@cq.jp.nec.com>2015-11-24 00:32:31 +0900
committerRyota MIBU <r-mibu@cq.jp.nec.com>2015-11-24 00:32:31 +0900
commit67a5150912fab5c970a678c085c098d4f456d864 (patch)
treea927c040480949f33cf2d5879e877308d6f1b12b /jjb/releng-macros.yaml
parent082a030caad50441ba646689ccc0af3912e6c320 (diff)
doc build: fix gs path in removal of old docs
Change-Id: Iecee8497472e38feb1f9cc11959ac34d0deadee1 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Diffstat (limited to 'jjb/releng-macros.yaml')
-rw-r--r--jjb/releng-macros.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/releng-macros.yaml b/jjb/releng-macros.yaml
index 86680f292..dd33437c9 100644
--- a/jjb/releng-macros.yaml
+++ b/jjb/releng-macros.yaml
@@ -279,5 +279,5 @@
if gsutil ls "gs://$gs_path" > /dev/null 2>&1 ; then
echo
echo "Deleting Out-of-dated Documents..."
- gsutil -m rm -r "gs://$gs_path_review"
+ gsutil -m rm -r "gs://$gs_path"
fi