Skip to content

Commit

Permalink
Merge pull request #10 from wandansible/pip-cmd-fix
Browse files Browse the repository at this point in the history
Add missing pip argument
  • Loading branch information
gizmoguy authored Dec 8, 2024
2 parents 4aad094 + 14a2158 commit 32c213a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ VALIDATE_ALL_CODEBASE="${VALIDATE_ALL_CODEBASE:-$default_validate_all_codebase}"
DEFAULT_BRANCH="${DEFAULT_BRANCH:-$default_branch}"

if [ -f "requirements.txt" ]; then
pip3 install requirements.txt
pip3 install -r requirements.txt
fi

lint_cmd="ansible-lint"
Expand Down

0 comments on commit 32c213a

Please sign in to comment.