X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=deploy.sh;h=def7d9572bb3af23978cd3bb32f51f95813a281f;hb=69a9aefa68d69523e469d10c53a87524c77aeff4;hp=d8170229b38d3081e8c11adfc4e7c3eaa7bcf9da;hpb=3c0a7dbb638b633855658baed38e3b871a5bcac0;p=kuberef.git diff --git a/deploy.sh b/deploy.sh index d817022..def7d95 100755 --- a/deploy.sh +++ b/deploy.sh @@ -23,15 +23,14 @@ export CURRENTPATH # shellcheck source=./functions.sh source "$CURRENTPATH/functions.sh" +# shellcheck source=./deploy.env +source "$CURRENTPATH/deploy.env" # --------------------------------------------------------------------- # check installation and runtime prerequisites # --------------------------------------------------------------------- check_prerequisites -# shellcheck source=./deploy.env -source "$CURRENTPATH/deploy.env" - # --------------------------------------------------------------------- # creates a virtual environment for installation of dependencies # ---------------------------------------------------------------------