We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 70fafb9 + ae7d815 commit 3037992Copy full SHA for 3037992
ci/praktika/cidb.py
@@ -75,7 +75,7 @@ def json_data_generator(cls, result: Result, result_name_for_cidb):
75
base_ref=env.BASE_BRANCH,
76
base_repo=env.REPOSITORY,
77
head_ref=env.BRANCH,
78
- head_repo=env.FORK_NAME,
+ head_repo=env.REPOSITORY, # TODO: remove from table?
79
task_url="",
80
instance_type=",".join(
81
filter(None, [env.INSTANCE_TYPE, env.INSTANCE_LIFE_CYCLE])
0 commit comments