We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca5f43a commit 6798172Copy full SHA for 6798172
1 file changed
taskcluster/code_coverage_taskgraph/transforms/build.py
@@ -11,7 +11,7 @@ def add_build_config(config, tasks):
11
channel = params.get("channel", "dev")
12
head_ref = params["head_ref"]
13
if head_ref.startswith("refs/heads/"):
14
- head_ref = head_ref[len("refs/heads/"):]
+ head_ref = head_ref[len("refs/heads/") :]
15
16
task.setdefault("worker", {})
17
task["worker"]["command"] = [
0 commit comments