diff options
Diffstat (limited to 'scripts/deploy_vfw_scripts.sh')
-rwxr-xr-x | scripts/deploy_vfw_scripts.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts/deploy_vfw_scripts.sh b/scripts/deploy_vfw_scripts.sh deleted file mode 100755 index 49e7b019..00000000 --- a/scripts/deploy_vfw_scripts.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -source repo_config.txt - -SOURCE_DIR=../vnfs/vFW/scripts -GROUP_ID=org.openecomp.demo.vnf.vfw -VERSION=1.0.0 - -cd $SOURCE_DIR -ls | xargs -I{} curl -v -u $REPO_USERNAME:$REPO_PASSWORD --upload-file {} $REPO_URL/$GROUP_ID/$VERSION/{} - |