X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=deploy.sh;h=5a012e7819fdfa846462f08949b4749f7cdeebd5;hb=84f092e7961684bc9125aa7740c56ceb6811798c;hp=2b1e3ce0bd5c527fa205fde09eb9aee84e8017eb;hpb=df5c8c8dc61d605931ba8e92846479990a0193dd;p=kuberef.git diff --git a/deploy.sh b/deploy.sh index 2b1e3ce..5a012e7 100755 --- a/deploy.sh +++ b/deploy.sh @@ -19,9 +19,6 @@ set -o nounset CURRENTPATH=$(git rev-parse --show-toplevel) export CURRENTPATH -# Source env variables & functions -# shellcheck source=./deploy.env -source "$CURRENTPATH/deploy.env" # shellcheck source=./functions.sh source "$CURRENTPATH/functions.sh" @@ -30,6 +27,9 @@ source "$CURRENTPATH/functions.sh" # --------------------------------------------------------------------- check_prerequisites +# shellcheck source=./deploy.env +source "$CURRENTPATH/deploy.env" + # --------------------------------------------------------------------- # bootstrap install prerequisites # ---------------------------------------------------------------------