mirror of
https://github.com/docker/compose.git
synced 2026-06-24 10:14:54 +00:00
Temp test
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
ae6dd8a93c
commit
6a71040514
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ class Repository(object):
|
|||
if base is not None:
|
||||
base = self.git_repo.tag('refs/tags/{}'.format(base))
|
||||
else:
|
||||
base = 'refs/remotes/{}/master'.format(remote.name)
|
||||
base = 'refs/remotes/{}/automated-releases'.format(remote.name)
|
||||
release_branch = self.git_repo.create_head(branch_name(version), commit=base)
|
||||
release_branch.checkout()
|
||||
self.git_repo.git.merge('--strategy=ours', '--no-edit', '{}/release'.format(remote.name))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue