зеркало из https://github.com/Azure/vdc.git
adding explicit triggers for CI (#72)
This commit is contained in:
Родитель
7a33fbccc5
Коммит
719bfca183
|
@ -1,5 +1,7 @@
|
|||
variables:
|
||||
- group: VDC_SECRETS
|
||||
trigger:
|
||||
- master
|
||||
stages:
|
||||
- stage: Validate
|
||||
jobs:
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
variables:
|
||||
- group: VDC_SECRETS
|
||||
trigger:
|
||||
- master
|
||||
stages:
|
||||
- stage: Validate
|
||||
jobs:
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
# Set variables once
|
||||
variables:
|
||||
- group: VDC_SECRETS
|
||||
trigger:
|
||||
- master
|
||||
stages:
|
||||
- stage: Validate
|
||||
jobs:
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
trigger:
|
||||
branches:
|
||||
include:
|
||||
- '*' # must quote since "*" is a YAML reserved character; we want a string
|
||||
stages:
|
||||
- stage: Test
|
||||
jobs:
|
||||
|
|
Загрузка…
Ссылка в новой задаче