diff options
Diffstat (limited to 'rubbos')
-rwxr-xr-x | rubbos/rubbos_scripts/1-1-1/scripts/env_preparation.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/env_preparation.sh b/rubbos/rubbos_scripts/1-1-1/scripts/env_preparation.sh index 9bad405e..692af416 100755 --- a/rubbos/rubbos_scripts/1-1-1/scripts/env_preparation.sh +++ b/rubbos/rubbos_scripts/1-1-1/scripts/env_preparation.sh @@ -8,7 +8,7 @@ # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## -set -e +set -ex RELENG_REPO=https://gerrit.opnfv.org/gerrit/releng RELENG_REPO_DIR=/tmp/opnfvrepo/releng @@ -47,3 +47,4 @@ if [ "$INSTALLER_TYPE" == "fuel" ]; then fi export EXTERNAL_NET INSTALLER_TYPE POD_NAME +set +ex |