workflow: woops

This commit is contained in:
2024-10-19 13:29:40 -04:00
parent f3a10d0a93
commit d2636a9b13

View File

@@ -65,6 +65,8 @@ update_git_repo() {
echo "Cloning repo from $url to $path" echo "Cloning repo from $url to $path"
git clone "$url" "$path" git clone "$url" "$path"
chmod +x "$build_command"
echo "Building $url" echo "Building $url"
pushd "$path" > /dev/null pushd "$path" > /dev/null
eval "$build_command" eval "$build_command"