diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2017-09-08 18:23:33 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-09-08 18:23:33 +0000 |
commit | dd6044fb585c7dcdfd231b3fe5c25c0df3b7d5d3 (patch) | |
tree | 2d4c4a72cec99f23e54bbaedb8825da51a98b9c8 | |
parent | 158193433b41166deae895de400851a1e1be2939 (diff) | |
parent | 020a0af48b63f73de6f751021e20a97c7d8ec757 (diff) |
Merge "fuel-deploy.sh: Add missing quotes in 'sudo -E'"
-rwxr-xr-x | jjb/fuel/fuel-deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/fuel/fuel-deploy.sh b/jjb/fuel/fuel-deploy.sh index 129f7532c..6525c7ccb 100755 --- a/jjb/fuel/fuel-deploy.sh +++ b/jjb/fuel/fuel-deploy.sh @@ -43,7 +43,7 @@ POD_NAME=${NODE_NAME/*-} LAB_CONFIG_URL=${LAB_CONFIG_URL:-'ssh://jenkins-ericsson@gerrit.opnfv.org:29418/securedlab'} # Fuel requires deploy script to be ran with sudo, Armband does not -SUDO=sudo -E +SUDO='sudo -E' if [ "${PROJECT}" = 'fuel' ]; then # Fuel does not use any POD-specific configuration for virtual deploys if [[ "${NODE_NAME}" =~ "virtual" ]]; then |