diff --git a/.azure-pipelines/templates/jobs/common-deploy-jobs.yml b/.azure-pipelines/templates/jobs/common-deploy-jobs.yml index 705ae1dd3..3f5d15dbf 100644 --- a/.azure-pipelines/templates/jobs/common-deploy-jobs.yml +++ b/.azure-pipelines/templates/jobs/common-deploy-jobs.yml @@ -28,14 +28,11 @@ jobs: # pipelines as described at # https://docs.microsoft.com/en-us/azure/devops/pipelines/library/secure-files?view=azure-devops#q-how-do-i-authorize-a-secure-file-for-use-in-a-specific-pipeline. # - # This file has a maximum lifetime of one year and the current file will - # expire on 2024-02-10. The file will need to be updated before then to - # prevent automated deploys from breaking. - # - # Revoking these credentials can be done by changing the password of the - # account used to generate the credentials. See - # https://forum.snapcraft.io/t/revoking-exported-credentials/19031 for - # more info. + # This file has a maximum lifetime of one year. Revoking these credentials + # can be done by changing the password of the account used to generate the + # credentials. See + # https://forum.snapcraft.io/t/revoking-exported-credentials/19031 for more + # info. - job: publish_snap pool: vmImage: ubuntu-22.04