Skip to content

Commit 838144c

Browse files
authored
fix_circle_ci (googleapis#5092)
1 parent 0139e99 commit 838144c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test_utils/scripts/get_target_packages.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,6 @@ def get_baseline():
6767
ci_pr,
6868
])
6969
if ci_non_master:
70-
if ci_branch is not None:
71-
output = subprocess.check_output(
72-
['git', 'merge-base', 'master', ci_branch])
73-
return output.strip().decode('ascii')
74-
7570
repo_url = 'git@github.com:GoogleCloudPlatform/{}'.format(GITHUB_REPO)
7671
subprocess.run(['git', 'remote', 'add', 'baseline', repo_url],
7772
stderr=subprocess.DEVNULL)

0 commit comments

Comments
 (0)