mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 03:52:02 +02:00
20 lines
427 B
YAML
20 lines
427 B
YAML
# Nightly pipeline running each day for master.
|
|
trigger: none
|
|
pr: none
|
|
schedules:
|
|
- cron: "30 4 * * *"
|
|
displayName: Nightly build
|
|
branches:
|
|
include:
|
|
- master
|
|
always: true
|
|
|
|
variables:
|
|
dockerTag: nightly
|
|
snapBuildTimeout: 19800
|
|
|
|
stages:
|
|
- template: templates/stages/test-and-package-stage.yml
|
|
- template: templates/stages/deploy-stage.yml
|
|
- template: templates/stages/notify-failure-stage.yml
|