Skip to content

Commit

Permalink
[common] Delete yq when done
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Nov 24, 2023
1 parent b278fdd commit 03f64eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions utils/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,10 @@ function detect_scenario() {

# shellcheck source=scenario.sh
source utils/scenario.sh

if [ -f "$YQ_BINARY_PATH" ]; then
rm "$YQ_BINARY_PATH"
fi
fi
fi
echo -e "[$done_format]"
Expand Down

0 comments on commit 03f64eb

Please sign in to comment.