diff options
author | platania <platania@research.att.com> | 2017-02-17 16:23:59 -0500 |
---|---|---|
committer | platania <platania@research.att.com> | 2017-02-17 16:25:03 -0500 |
commit | 71984d1bffa966c366d47464a3acf4b440c9c7c9 (patch) | |
tree | 1b30b6e686a320fc9dacf818e5d0410206b0384d /scripts/deploy_boot.sh | |
parent | a7417591cd3a600bbbb4fbbc6e30c376ea9b6218 (diff) |
POM reorganization
Change-Id: I38076a941f6038aa8d5e67e2133c48231193430b
Signed-off-by: platania <platania@research.att.com>
Diffstat (limited to 'scripts/deploy_boot.sh')
-rwxr-xr-x | scripts/deploy_boot.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts/deploy_boot.sh b/scripts/deploy_boot.sh deleted file mode 100755 index fb256559..00000000 --- a/scripts/deploy_boot.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -source repo_config.txt - -SOURCE_DIR=../boot -GROUP_ID=org.openecomp.demo.boot -VERSION=1.0.0 - -cd $SOURCE_DIR -ls | xargs -I{} curl -v -u $REPO_USERNAME:$REPO_PASSWORD --upload-file {} $REPO_URL/$GROUP_ID/$VERSION/{} - |