Skip to content

Commit

Permalink
[FLINK-16613] make build trigger on azp more reliable
Browse files Browse the repository at this point in the history
  • Loading branch information
rmetzger committed Mar 16, 2020
1 parent 608e9e7 commit 4a4baf0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
# of the Azure Pipelines web ui.
#

trigger:
branches:
include:
- '*' # must quote since "*" is a YAML reserved character; we want a string

resources:
containers:
Expand Down
5 changes: 5 additions & 0 deletions tools/azure-pipelines/build-apache-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ schedules:
- master
always: true # run even if there were no changes to the mentioned branches

trigger:
branches:
include:
- '*' # must quote since "*" is a YAML reserved character; we want a string

resources:
containers:
# Container with Maven 3.2.5, SSL to have the same environment everywhere.
Expand Down

0 comments on commit 4a4baf0

Please sign in to comment.