Skip to content

Commit

Permalink
Update CI files
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
pulpbot committed Nov 30, 2023
1 parent f128519 commit c359730
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
# For more info visit https://github.com/pulp/plugin_template
[flake8]
exclude = ./docs/*,*/migrations/*,./pulpcore/app/protobuf/*

per-file-ignores = */__init__.py: F401

ignore = E203,W503,Q000,Q003,D100,D104,D106,D200,D205,D400,D401,D402
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scripts/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def create_release_commits(repo, release_version, plugin_path):

issues = ",".join(issues_to_close)
# First commit: changelog
os.system(f"towncrier --yes --version {release_version}")
os.system(f"towncrier build --yes --version {release_version}")
git = repo.git
git.add("CHANGES.rst")
git.add("CHANGES/*")
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scripts/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export PULP_URL="https://pulp"

if [[ "$TEST" = "docs" ]]; then
if [[ "$GITHUB_WORKFLOW" == "Core CI" ]]; then
towncrier --yes --version 4.0.0.ci
towncrier build --yes --version 4.0.0.ci
fi
cd docs
make PULP_URL="$PULP_URL" diagrams html
Expand Down

0 comments on commit c359730

Please sign in to comment.