From: Ryota MIBU Date: Mon, 23 Nov 2015 15:32:31 +0000 (+0900) Subject: doc build: fix gs path in removal of old docs X-Git-Tag: test-tag~175 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=67a5150912fab5c970a678c085c098d4f456d864;p=releng.git doc build: fix gs path in removal of old docs Change-Id: Iecee8497472e38feb1f9cc11959ac34d0deadee1 Signed-off-by: Ryota MIBU --- 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