Skip to content

Commit

Permalink
Correctly fetch merge commit instead of regular HEAD commit. (#444)
Browse files Browse the repository at this point in the history
Merged PR #444.
  • Loading branch information
nat-henderson authored and modular-magician committed Sep 7, 2018
1 parent fe31a7e commit 89515b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .ci/ci.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,8 @@ jobs:
path: mm-approved-prs
status: success
label: automerged
get_params:
fetch_merge: true
- task: merge-and-update
file: mm-approved-prs/.ci/magic-modules/merge.yml
params:
Expand All @@ -544,6 +546,8 @@ jobs:
params:
path: mm-output
status: success
get_params:
fetch_merge: true
- put: mm-approved-prs
params:
path: mm-output
Expand Down

0 comments on commit 89515b3

Please sign in to comment.