From fa48485b8695b22d99e164f9a20addc5c8df2e3d Mon Sep 17 00:00:00 2001 From: jasercion Date: Wed, 21 Aug 2019 16:30:05 +0000 Subject: [PATCH] Propagate Azure Pipeline Template Changes --- azure-pipelines.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5c90d47..69d22eb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -4,8 +4,12 @@ # https://aka.ms/yaml trigger: -- master -- patch_branch + branches: + include: + - master + paths: + exclude: + - azure-pipelines.yml resources: repositories: @@ -13,17 +17,12 @@ resources: type: github name: fermi-lat/ci endpoint: fermi-lat - -###### UPDATE VALUE WITH REPO NAME ###### -########## BEFORE DEPLOYMENT ############ - + variables: - group: DevOps Access Keys - name: repo value: skymaps -######################################### - stages: #####################################