diff options
author | platania <platania@research.att.com> | 2017-02-17 17:47:58 -0500 |
---|---|---|
committer | platania <platania@research.att.com> | 2017-02-17 17:47:58 -0500 |
commit | 0828581a7b105a475ed5eff57c14e9a46d8111e5 (patch) | |
tree | 1f7b26fbc09860a491ae045629e8ab21264680a5 /scripts/deploy.sh | |
parent | 73978e19892da8522ede5c92986f3bf1c6a9ff5a (diff) |
Finding the local dir
Change-Id: Ief01c0e12792ebf073db6aceedcc86817328a310
Signed-off-by: platania <platania@research.att.com>
Diffstat (limited to 'scripts/deploy.sh')
-rwxr-xr-x | scripts/deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 9489d565..c286b669 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -2,7 +2,7 @@ ########## Define parameters ########## VERSION="1.0.0-SNAPSHOT" - +pwd PATH_TO_BOOT="boot" PATH_TO_HEAT="heat" PATH_TO_VFW="vnfs/vFW/scripts" |