mirror of
https://github.com/Ed94/VEFontCache-Odin.git
synced 2025-08-06 06:52:44 -07:00
worfklow: woops 2
This commit is contained in:
@@ -65,10 +65,9 @@ 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
|
||||||
|
chmod +x "$build_command"
|
||||||
eval "$build_command"
|
eval "$build_command"
|
||||||
popd > /dev/null
|
popd > /dev/null
|
||||||
|
|
||||||
@@ -92,10 +91,9 @@ update_git_repo() {
|
|||||||
echo 'Pulling...'
|
echo 'Pulling...'
|
||||||
git -C "$path" pull
|
git -C "$path" pull
|
||||||
|
|
||||||
chmod +x "$build_command"
|
|
||||||
|
|
||||||
echo "Building $url"
|
echo "Building $url"
|
||||||
pushd "$path" > /dev/null
|
pushd "$path" > /dev/null
|
||||||
|
chmod +x "$build_command"
|
||||||
eval "$build_command"
|
eval "$build_command"
|
||||||
popd > /dev/null
|
popd > /dev/null
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user