diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-09-21 16:14:49 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-09-21 16:14:49 +0200 |
commit | c5077b9384624acd51f65c394ff930d71d01f8a5 (patch) | |
tree | 10e9c264fcff363c164aa0da123942d60e5890c3 | |
parent | 3f7a34a7a14c0a958a7a86a6fb5f730de365cb84 (diff) |
Switch to ubuntu when deploying Airship
Change-Id: I1bb9da34dd860995cf1308014880eda4a6c3a01c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | jjb/airship/airship.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |