From 320495417de13d2f1f04d4a886a2c2fa7a534a9a Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev Date: Tue, 28 Apr 2020 10:54:12 +0300 Subject: [PATCH] add ubuntu 20 yml --- images.CI/azure-pipelines/ubuntu2004.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 images.CI/azure-pipelines/ubuntu2004.yml diff --git a/images.CI/azure-pipelines/ubuntu2004.yml b/images.CI/azure-pipelines/ubuntu2004.yml new file mode 100644 index 000000000..87e06ad73 --- /dev/null +++ b/images.CI/azure-pipelines/ubuntu2004.yml @@ -0,0 +1,20 @@ +schedules: +- cron: "0 0 * * *" + displayName: Daily + branches: + include: + - master + always: true + +trigger: none +pr: + autoCancel: true + branches: + include: + - master + +jobs: +- template: image-generation.yml + parameters: + image_type: ubuntu2004 + image_readme_name: Ubuntu2004-README.md \ No newline at end of file