Fix: sourced files w/o arg bashisms
[releng/builder.git] / jjb / packaging / openstack-k8s-create-with-template.sh
index 7513c9f5e59de9804b3bd9509bf27909c070b5c0..4adcf8f91c1dcd54f562ae2522128a18d85bcb19 100644 (file)
@@ -13,7 +13,7 @@ echo "---> Create K8S cluster with pre-existing template"
 
 set -eux -o pipefail
 # shellcheck disable=SC1090
-source ~/lf-env.sh
+. ~/lf-env.sh
 lf-activate-venv python-openstackclient python-magnumclient
 
 OS_TIMEOUT=20       # Wait time in minutes for OpenStack cluster to come up.