From 4e9e955644e44578d32a160155809f5c190c9d61 Mon Sep 17 00:00:00 2001 From: jasercion Date: Wed, 21 Aug 2019 16:30:19 +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 c077068..5167395 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: st_graph -######################################### - stages: #####################################