Files
libcxx/utils/docker/scripts/docker_start_buildbots.sh
Eric Fiselier 9468ef1494 Fix bug in buildbot start script
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@349235 91177308-0d34-0410-b5e6-96231b3b80d8
2018-12-15 03:45:21 +00:00

9 lines
202 B
Bash
Executable File

#!/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_buildbots.sh "$@"