diff options
-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 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 |