Skip to content

Commit

Permalink
Auto-merged develop -> beta (No conflicts, CI passed)
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisCI committed Aug 8, 2016
2 parents 7b69d12 + 1e3ee7e commit 9f3919a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hooks/travis/after_success
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ if canMerge:
print('Staging files..')
subprocess.call(['git', 'add', '-u'])
print('Committing..')
subprocess.call(['git', 'commit', '--no-verify', '-m', 'Merged develop into beta, as there were no conflicts and travis tests passed'])
subprocess.call(['git', 'commit', '--no-verify', '-m',
'Auto-merged develop -> beta (No conflicts, CI passed)'])
print('Commit finished')

PUSHKEY = os.environ['PUSHKEY']
Expand Down

0 comments on commit 9f3919a

Please sign in to comment.