Skip to content

Commit

Permalink
worfklow: woops 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed94 committed Oct 19, 2024
1 parent d2636a9 commit c1f8c56
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions scripts/helpers/misc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,9 @@ update_git_repo() {
echo "Cloning repo from $url to $path"
git clone "$url" "$path"

chmod +x "$build_command"

echo "Building $url"
pushd "$path" > /dev/null
chmod +x "$build_command"
eval "$build_command"
popd > /dev/null

Expand All @@ -92,10 +91,9 @@ update_git_repo() {
echo 'Pulling...'
git -C "$path" pull

chmod +x "$build_command"

echo "Building $url"
pushd "$path" > /dev/null
chmod +x "$build_command"
eval "$build_command"
popd > /dev/null

Expand Down

0 comments on commit c1f8c56

Please sign in to comment.