From 0766872ba98dc6c46bbe2cfac085bb090b279489 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Fri, 20 Sep 2019 21:49:54 +0200 Subject: [PATCH] Add shell extension to deploy MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It fixes the previous commit [1] [1] https://gerrit.opnfv.org/gerrit/c/releng/+/68503/ Change-Id: If2f936640dec9ff7bb8e167bfc961b02b9587bbf Signed-off-by: Cédric Ollivier --- jjb/airship/airship.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/airship/airship.yaml b/jjb/airship/airship.yaml index 8c1210b39..833ad7479 100644 --- a/jjb/airship/airship.yaml +++ b/jjb/airship/airship.yaml @@ -97,7 +97,7 @@ builders: - shell: | set +x - tools/deploy deploy_site + tools/deploy.sh deploy_site - scm: name: airship-scm -- 2.16.6