We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a6b3f6 commit d5912ffCopy full SHA for d5912ff
github-raw.py
@@ -48,6 +48,8 @@ def delete_line_with_gbpdistro(s: str) -> str:
48
["ros/rosdistro", "master", "releases", "targets.yaml"],
49
# for llvm-apt
50
["opencollab/llvm-jenkins.debian.net", "master", "llvm.sh"],
51
+ # for docker-install
52
+ ["docker/docker-install", "master", "install.sh"],
53
]
54
55
# connect and read timeout value
0 commit comments