diff options
Diffstat (limited to 'bootstrap/vagrant-onap/lib/msb')
-rwxr-xr-x | bootstrap/vagrant-onap/lib/msb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bootstrap/vagrant-onap/lib/msb b/bootstrap/vagrant-onap/lib/msb index 262b29c0e..a14e8ea6c 100755 --- a/bootstrap/vagrant-onap/lib/msb +++ b/bootstrap/vagrant-onap/lib/msb @@ -2,9 +2,6 @@ source /var/onap/functions -msb_src_folder=$git_src_folder/msb -msb_repos=("msb/apigateway" "msb/discovery" "msb/java-sdk" "msb/swagger-sdk") - # _build_msb_images() - Function that creates Microservices Docker images from source code function _build_msb_images { if [[ "$compile_repo" != "True" ]]; then |