diff options
author | platania <platania@research.att.com> | 2017-02-17 17:54:46 -0500 |
---|---|---|
committer | platania <platania@research.att.com> | 2017-02-17 17:54:46 -0500 |
commit | 7caebedf36ab6739b84bc68f32139ca205a42efd (patch) | |
tree | f467805d0b0ea2786d803fc98142155dbc0c6b85 /scripts/deploy.sh | |
parent | 0828581a7b105a475ed5eff57c14e9a46d8111e5 (diff) |
Fixing path issues
Change-Id: Id55a1398a0e24a4cf2a1e1703f30c7f2c4123d4a
Signed-off-by: platania <platania@research.att.com>
Diffstat (limited to 'scripts/deploy.sh')
-rwxr-xr-x | scripts/deploy.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/deploy.sh b/scripts/deploy.sh index c286b669..69734344 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -3,6 +3,7 @@ ########## Define parameters ########## VERSION="1.0.0-SNAPSHOT" pwd +ls -all ../ PATH_TO_BOOT="boot" PATH_TO_HEAT="heat" PATH_TO_VFW="vnfs/vFW/scripts" |