Skip to content

Commit

Permalink
rename branch 1.1 to 1.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
j-ittner committed Jan 14, 2021
1 parent e95a72d commit 7f99326
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
trigger:
- master
- 1.1
- 1.1.x

pr:
- master
- 1.1
- 1.1.x

# set the build name
name: $[ variables['branchName'] ]
Expand All @@ -15,20 +15,20 @@ schedules:
displayName: Nightly full build
branches:
include:
- 1.1
- 1.1.x

resources:
repositories:
- repository: sklearndf
type: github
endpoint: BCG-Gamma
name: BCG-Gamma/sklearndf
ref: 1.1 # todo - update to stable release
ref: 1.1.x # todo - update to stable release
- repository: pytools
type: github
endpoint: BCG-Gamma
name: BCG-Gamma/pytools
ref: 1.1 # todo - update to stable release
ref: 1.1.x # todo - update to stable release

variables:
${{ if not(startsWith(variables['Build.SourceBranch'], 'refs/pull/')) }}:
Expand Down Expand Up @@ -114,7 +114,7 @@ stages:

jobs:
- job:
displayName: 'pytest @ 1.1 environment'
displayName: 'pytest @ develop environment'
condition: >
and(
ne(variables.master_or_release, 'True'),
Expand Down

0 comments on commit 7f99326

Please sign in to comment.