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

nightly.yml « .azure-pipelines - github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6475db27ab5716eae155352bb7361164f041b615 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Nightly pipeline running each day for master.
trigger: none
pr: none
schedules:
  - cron: "0 4 * * *"
    displayName: Nightly build
    branches:
      include:
      - master
    always: true

stages:
  - template: templates/stages/test-and-package-stage.yml
  - template: templates/stages/deploy-stage.yml
  - template: templates/stages/notify-failure-stage.yml