Revert "source creds retrieved dynamically by the script"
[releng.git] / utils / fetch_os_creds.sh
index 2428ea8..e412ceb 100755 (executable)
@@ -166,6 +166,5 @@ sed -i  "/OS_AUTH_URL/c\export OS_AUTH_URL=\'$public_ip'" $dest_path
 
 echo "-------- Credentials: --------"
 cat $dest_path
-source $dest_path
 
 exit 0