From c5077b9384624acd51f65c394ff930d71d01f8a5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Sat, 21 Sep 2019 16:14:49 +0200 Subject: [PATCH] Switch to ubuntu when deploying Airship MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I1bb9da34dd860995cf1308014880eda4a6c3a01c 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 74942562a..fcf40e499 100644 --- a/jjb/airship/airship.yaml +++ b/jjb/airship/airship.yaml @@ -98,7 +98,7 @@ builders: - shell: | set +x - tools/deploy.sh deploy_site + sudo -u ubuntu tools/deploy.sh deploy_site - scm: name: airship-scm -- 2.16.6