Skip to content

Commit 3899cf8

Browse files
author
sanfrancrisko
authored
Merge pull request puppetlabs#442 from TraGicCode/bug/cannot-build-pr-from-repo-owner-appveyor
Set `skip_branch_with_pr` to true by default in appveyor.yml template
2 parents 03daa92 + dabdfd6 commit 3899cf8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

moduleroot/appveyor.yml.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
version: 1.1.x.{build}
3+
skip_branch_with_pr: true
34
branches:
45
<% if ((@configs['branches'] || []) - (@configs['remove_branches'] || [])).any? -%>
56
only:

0 commit comments

Comments
 (0)