summaryrefslogtreecommitdiffstats
path: root/libcxx/utils/docker/scripts/docker_start_buildbots.sh
blob: 0531d6fa3b6e60e16921ea5e0d8b720888d41c37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env bash
set -x

if [[ "$1" == "--new" ]]; then
  shift
fi

# 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_new.sh "$@"
OpenPOWER on IntegriCloud