Skip to content

Commit

Permalink
drop useless lines
Browse files Browse the repository at this point in the history
  • Loading branch information
armandleopold committed Jan 9, 2024
1 parent 4a20277 commit a35b6d8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions profiling_pack/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ fi

# Extract pack name from properties.yaml using Python
echo "Extracting pack name..."
# $PYTHON_CMD -m pip install pyyaml
# PACK_NAME=$($PYTHON_CMD get_pack_name.py)
PACK_NAME=$(grep 'name:' properties.yaml | awk '{print $2}')
if [ $? -ne 0 ]; then
echo "Failed to extract pack name."
Expand Down

0 comments on commit a35b6d8

Please sign in to comment.