Skip to content

Commit

Permalink
chnaged syntax to disable CI trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
unaihuete93 committed Nov 18, 2022
1 parent 5dda8a6 commit 899e333
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 10 deletions.
5 changes: 3 additions & 2 deletions .ado/eshoponweb-cd-webapp-dockercompose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@

# trigger: none
resources:
- repo: self
trigger: none
repositories:
- repository: self
trigger: none

variables:
tag: '$(Build.BuildId)'
Expand Down
5 changes: 3 additions & 2 deletions .ado/eshoponweb-ci-dockercompose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
# - main

resources:
- repo: self
trigger: none
repositories:
- repository: self
trigger: none

variables:
tag: '$(Build.BuildId)'
Expand Down
5 changes: 3 additions & 2 deletions .ado/eshoponweb-ci-mend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
# - main

resources:
- repo: self
trigger: none
repositories:
- repository: self
trigger: none

stages:
- stage: Build
Expand Down
5 changes: 3 additions & 2 deletions .ado/eshoponweb-ci-pr.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@

resources:
- repo: self
trigger: none
repositories:
- repository: self
trigger: none

stages:
- stage: Build
Expand Down
5 changes: 3 additions & 2 deletions .ado/eshoponweb-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
# - main

resources:
- repo: self
trigger: none
repositories:
- repository: self
trigger: none

stages:
- stage: Build
Expand Down

0 comments on commit 899e333

Please sign in to comment.