Skip to content

Commit

Permalink
Update CI files
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
pulpbot authored and ipanova committed Apr 4, 2022
1 parent 8c2931e commit f35dde7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/template_gitref
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2021.08.26-101-gccd36d4
2021.08.26-104-g4212626
4 changes: 3 additions & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ jobs:
mkdir -p docs/_static
echo "{}" > docs/_static/api.json
- name:
run: make diagrams html
run: |
pip install "Jinja2<3.1"
make diagrams html
working-directory: ./docs
env:
PULP_CONTENT_ORIGIN: "http://localhost/"
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ jobs:
# run black separately from flake8 to get a diff
- name: Run black
run: |
# Unpin click when https://github.com/psf/black/issues/2964 is solved
pip install "click<8.1"
black --version
black --check --diff .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ jobs:
run: bash .github/workflows/scripts/create_release_from_tag.sh ${{ github.event.inputs.release }}

- name: Cleanup repository before making changelog PR
run: rm -rf .lock generation pulp_container_client* *-client.tar pulp_container.tar todo web docs.tar
run: rm -rf .lock generation pulp_container_client* *-client.tar pulp_container.tar todo web *docs.tar

- name: Stage changelog for main branch
run: python .github/workflows/scripts/stage-changelog-for-default-branch.py ${{ github.event.inputs.release }}
Expand Down

0 comments on commit f35dde7

Please sign in to comment.