Remove unnecessary check

This commit is contained in:
Joseph Schorr 2017-02-13 18:14:45 -05:00
parent e025d8c2b2
commit c9bddd9c9a

View file

@ -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'}],
}