Skip to content

Commit

Permalink
cicd: remove dubug command
Browse files Browse the repository at this point in the history
  • Loading branch information
hoang-rio committed Nov 26, 2024
1 parent de2a550 commit f467144
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy_with_git.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ jobs:
GIT_CHANGED_FILE=$(git show --name-only)
if [[ $(echo $GIT_CHANGED_FILE | grep ".py") == "" ]]; then
HAS_PYTHON_CHANGE=false
else
echo $GIT_CHANGED_FILE
echo "Python file changed"
fi
if [[ $HAS_PYTHON_CHANGE == true ]]; then
Expand Down

0 comments on commit f467144

Please sign in to comment.