Skip to content

Commit

Permalink
Merge branch 'main' into update-curl-impersonate
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 committed Nov 17, 2023
2 parents bdd07b6 + 640f67f commit 9f6d585
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/extract_dockerfile_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

if isinstance(buildspec.get("source"), str):
out.append({
"key": 0,
"key": 1,
"file": buildspec["source"],
"common": False
})
Expand All @@ -37,4 +37,4 @@
idx += 1


print(json.dumps(out))
print(json.dumps(out))

0 comments on commit 9f6d585

Please sign in to comment.