blob: e012740e8350deb93063a6ed70868c0fe12201e8 [file] [log] [blame]
Adrian Brandemuehl2ed74352017-08-23 20:29:57 -07001#!/bin/sh
2set -e
Brian Silverman1e5cc022018-02-03 22:59:48 -05003set -x
Adrian Brandemuehl2ed74352017-08-23 20:29:57 -07004
Austin Schuh47d8bef2020-08-26 21:54:38 -07005# No need to pass this through. It hurts caching.
6unset SSH_AUTH_SOCK
7
Austin Schuh168524c2020-12-27 22:43:42 -08008if [ -n ${BUILDKITE+x} ]; then
9 buildkite-agent pipeline upload tools/ci/buildkite.yaml
10 exit 0
11fi
12
James Kuszmaulbc02ff42021-01-15 20:41:30 -080013echo "This script should only be run from buildkite."
14exit 1