diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-01-22 13:40:41 -0800 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-01-22 13:40:41 -0800 |
commit | a61ad2a17d8c3f91ad21ee43b4f3f0d9b783c47a (patch) | |
tree | 1aaf1ef96e0049f4346e22ece5b03e631bd8d22a | |
parent | cbddc2bc4d5da61ce736109c9135dba44fc2f109 (diff) |
Refactor to support multiple lab envs
Change-Id: Ic437017e9e66be686a1de2b680a8d0584d1a922c
Issue-ID: INT-381
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rwxr-xr-x | deployment/heat/onap-oom/scripts/deploy.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/deployment/heat/onap-oom/scripts/deploy.sh b/deployment/heat/onap-oom/scripts/deploy.sh index e73b5ecd6..619a7c1e8 100755 --- a/deployment/heat/onap-oom/scripts/deploy.sh +++ b/deployment/heat/onap-oom/scripts/deploy.sh @@ -1,5 +1,4 @@ #!/bin/bash -x -. $WORKSPACE/test/ete/labs/windriver/Integration-Jenkins-openrc if [ -z "$WORKSPACE" ]; then export WORKSPACE=`git rev-parse --show-toplevel` |