Skip to content
This repository was archived by the owner on Dec 26, 2022. It is now read-only.

Commit 0b955de

Browse files
author
Thomas Wunderlich
committed
Update pants shell script to latest version
Signed-off-by: Thomas Wunderlich <[email protected]>
1 parent c92d9bf commit 0b955de

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pants

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212

1313
set -eou pipefail
1414

15+
# Source any custom bootstrap settings for Pants from PANTS_BOOTSTRAP if it exists.
16+
: ${PANTS_BOOTSTRAP:=".pants.bootstrap"}
17+
if [[ -f "${PANTS_BOOTSTRAP}" ]]; then
18+
source "${PANTS_BOOTSTRAP}"
19+
fi
20+
1521
# NOTE: To use an unreleased version of Pants from the pantsbuild/pants main branch,
1622
# locate the main branch SHA, set PANTS_SHA=<SHA> in the environment, and run this script as usual.
1723
#

0 commit comments

Comments
 (0)