From 5c778aa08e1f7811b8e6377d5d16a882050da367 Mon Sep 17 00:00:00 2001 From: jasercion Date: Wed, 21 Aug 2019 16:30:22 +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 f562d86..78a03e8 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_stream -######################################### - stages: #####################################