Skip to content

Commit

Permalink
nox clone-core: allow passing extra args to script
Browse files Browse the repository at this point in the history
  • Loading branch information
gotmax23 committed Sep 12, 2024
1 parent 9f3e3f4 commit de21da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def clone_core(session: nox.Session):
Clone relevant portions of ansible-core from ansible/ansible into the current
source tree to facilitate building docs.
"""
session.run_always("python", "docs/bin/clone-core.py")
session.run_always("python", "docs/bin/clone-core.py", *session.posargs)


checker_tests = [
Expand Down

0 comments on commit de21da1

Please sign in to comment.