Fix: sourced files w/o arg bashisms
[releng/builder.git] / jjb / packaging / openstack-k8s-config-export.sh
index 883df0014f6fe39ffefe317b4056b456872543c8..5f834c7abf4abc5fa72ada980605e6780fc2918c 100644 (file)
@@ -13,7 +13,7 @@ echo "---> Export K8S cluster config and view nodes"
 set -eux -o pipefail
 
 # shellcheck disable=SC1090
-source ~/lf-env.sh
+. ~/lf-env.sh
 
 OS_TIMEOUT=5             # Wait time in minutes for OpenStack cluster nodes to come up.
 CLUSTER_NODE_RETRIES=15  # Number of times to retry waiting for a cluster nodes.