mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
no extra output
This commit is contained in:
parent
854b091c6c
commit
e1641cd9b5
1 changed files with 0 additions and 1 deletions
|
|
@ -6,7 +6,6 @@ jobs:
|
|||
- bash: |
|
||||
CERTBOT_VERSION="$(cd certbot && python -c "import certbot; print(certbot.__version__)" && cd ~-)"
|
||||
echo "${CERTBOT_VERSION}" >> "${BUILD_ARTIFACTSTAGINGDIRECTORY}/release_notes.md"
|
||||
"${BUILD_REPOSITORY_LOCALPATH}\tools\extract_changelog.py" "${CERTBOT_VERSION}" >> "${BUILD_ARTIFACTSTAGINGDIRECTORY}/release_notes.md"
|
||||
displayName: Prepare changelog
|
||||
- task: PublishPipelineArtifact@1
|
||||
inputs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue