aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/deploy_vlb_scripts.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/deploy_vlb_scripts.sh')
-rwxr-xr-xscripts/deploy_vlb_scripts.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts/deploy_vlb_scripts.sh b/scripts/deploy_vlb_scripts.sh
deleted file mode 100755
index 88c431f6..00000000
--- a/scripts/deploy_vlb_scripts.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-
-source repo_config.txt
-
-SOURCE_DIR=../vnfs/vLB/scripts
-GROUP_ID=org.openecomp.demo.vnf.vlb
-VERSION=1.0.0
-
-cd $SOURCE_DIR
-ls | xargs -I{} curl -v -u $REPO_USERNAME:$REPO_PASSWORD --upload-file {} $REPO_URL/$GROUP_ID/$VERSION/{}
-