Fix run generate-weekly-changelog.sh failed (#9874)

closes
This commit is contained in:
shenxianpeng 2024-10-15 19:41:25 +03:00 committed by GitHub
parent b50cf513c1
commit c41791ef32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,4 +67,8 @@ jobs:
GIT_COMMITTER_EMAIL: <86592549+jenkins-infra-changelog-generator[bot]@users.noreply.github.com>
run: |
wget --quiet https://raw.githubusercontent.com/jenkinsci/core-changelog-generator/master/generate-weekly-changelog.sh
# Create a Python virtual environment for pip install
# See https://github.com/jenkinsci/core-changelog-generator/issues/37
python3 -m venv venv
source venv/bin/activate
bash generate-weekly-changelog.sh