summaryrefslogtreecommitdiffstats
path: root/lib/libcxx/utils/docker/scripts/docker_start_buildbots.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcxx/utils/docker/scripts/docker_start_buildbots.sh')
-rwxr-xr-xlib/libcxx/utils/docker/scripts/docker_start_buildbots.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/libcxx/utils/docker/scripts/docker_start_buildbots.sh b/lib/libcxx/utils/docker/scripts/docker_start_buildbots.sh
deleted file mode 100755
index f47ddcd2481..00000000000
--- a/lib/libcxx/utils/docker/scripts/docker_start_buildbots.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/env bash
-set -x
-
-# Update the libc++ sources in the image in order to use the most recent version of
-# run_buildbots.sh
-cd /libcxx
-git pull
-/libcxx/utils/docker/scripts/run_buildbot.sh "$@"