aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/deploy.sh
diff options
context:
space:
mode:
authorplatania <platania@research.att.com>2017-02-17 16:23:59 -0500
committerplatania <platania@research.att.com>2017-02-17 16:25:03 -0500
commit71984d1bffa966c366d47464a3acf4b440c9c7c9 (patch)
tree1b30b6e686a320fc9dacf818e5d0410206b0384d /scripts/deploy.sh
parenta7417591cd3a600bbbb4fbbc6e30c376ea9b6218 (diff)
POM reorganization
Change-Id: I38076a941f6038aa8d5e67e2133c48231193430b Signed-off-by: platania <platania@research.att.com>
Diffstat (limited to 'scripts/deploy.sh')
-rwxr-xr-xscripts/deploy.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts/deploy.sh b/scripts/deploy.sh
index 3cfe1945..e1c0bbba 100755
--- a/scripts/deploy.sh
+++ b/scripts/deploy.sh
@@ -1,7 +1,7 @@
#!/bin/bash
########## Define parameters ##########
-VERSION="1.0.0"
+VERSION="1.0.0-SNAPSHOT"
PATH_TO_BOOT="../boot"
PATH_TO_HEAT="../heat"
@@ -34,3 +34,7 @@ ls | xargs -I{} curl -k --netrc-file '${NETRC}' --upload-file {} $REPO_URL/$VFW_
cd $PATH_TO_VLB
ls | xargs -I{} curl -k --netrc-file '${NETRC}' --upload-file {} $REPO_URL/$VLB_GROUP_ID/$VERSION/{}
####################################################
+
+########## Clean up ##########
+rm ${NETRC}
+##############################