Remove unnecessary check
This commit is contained in:
parent
e025d8c2b2
commit
c9bddd9c9a
1 changed files with 0 additions and 3 deletions
|
@ -16,9 +16,6 @@ def get_bitbucket_trigger(subdir=''):
|
|||
return trigger
|
||||
|
||||
def get_repo_path_contents(path, revision):
|
||||
if revision != 'master':
|
||||
return (False, None, None)
|
||||
|
||||
data = {
|
||||
'files': [{'path': 'Dockerfile'}],
|
||||
}
|
||||
|
|
Reference in a new issue