From e1641cd9b559162ae57330c3c5447b243a3d5827 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Mon, 25 Nov 2019 18:19:46 -0800 Subject: [PATCH] no extra output --- .azure-pipelines/templates/changelog.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.azure-pipelines/templates/changelog.yml b/.azure-pipelines/templates/changelog.yml index 0b0879f70..ab93cf8ff 100644 --- a/.azure-pipelines/templates/changelog.yml +++ b/.azure-pipelines/templates/changelog.yml @@ -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: