diff options
Diffstat (limited to 'deploy_scripts/deploy_boot.sh')
-rwxr-xr-x | deploy_scripts/deploy_boot.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/deploy_scripts/deploy_boot.sh b/deploy_scripts/deploy_boot.sh deleted file mode 100755 index fb256559..00000000 --- a/deploy_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/{} - |