Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Warren <bmw@eff.org>2019-11-26 05:19:46 +0300
committerBrad Warren <bmw@eff.org>2019-11-26 05:19:46 +0300
commite1641cd9b559162ae57330c3c5447b243a3d5827 (patch)
treece37c7eae357e15dc703a1df1b1ee5152b647cef
parent854b091c6c1313a7db980929812753ab08c44b04 (diff)
no extra outputtest-fix-refactor
-rw-r--r--.azure-pipelines/templates/changelog.yml1
1 files changed, 0 insertions, 1 deletions
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: