about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide/ci/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc/rustc-dev-guide/ci/install.sh')
-rw-r--r--src/doc/rustc-dev-guide/ci/install.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/ci/install.sh b/src/doc/rustc-dev-guide/ci/install.sh
new file mode 100644
index 00000000000..d9cb369e548
--- /dev/null
+++ b/src/doc/rustc-dev-guide/ci/install.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+set -ex
+
+if command -v ghp-import >/dev/null 2>&1; then
+    pip install ghp-import
+fi
\ No newline at end of file