From 74113ef6ec1f9beb7c482b1910d8a2d9c2fef332 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Sun, 22 Sep 2019 09:32:00 +0200 Subject: [PATCH] Set HOME to /home/ubuntu (airship) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit https://github.com/airshipit/treasuremap/blob/master/tools/openstack#L10 https://build.opnfv.org/ci/job/airship-deploy-daily-latest/2/console Change-Id: If783af88fed8aba140a4f8f41e19b4f82838837f 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 2fbe9f136..f6839a785 100644 --- a/jjb/airship/airship.yaml +++ b/jjb/airship/airship.yaml @@ -99,7 +99,7 @@ - shell: | set +x export TERM_OPTS=" " - sudo -E -u ubuntu tools/deploy.sh deploy_site + sudo -H -E -u ubuntu bash -c 'tools/deploy.sh deploy_site' - scm: name: airship-scm -- 2.16.6