Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ then
echo trying to use http_path for databricks
sed -i "s/_http_path_/$(echo $INPUT_HTTP_PATH | sed 's/\//\\\//g')/g" $PROFILES_FILE
fi

if [ -n "${HOST}" ]
then
echo trying to use host
sed -i "s/_host_/$(echo $HOST | sed 's/\//\\\//g')/g" $PROFILES_FILE
fi

else
echo "profiles.yml not found"
exit 1
Expand Down