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

Commit 370d6e0

Browse files
Merge pull request #5 from grapl-security/update-pants-version
Update Pants Version
2 parents 90d9f4d + 19b81fb commit 370d6e0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
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
#

pants.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[GLOBAL]
2-
pants_version = "2.11.0"
2+
pants_version = "2.12.0"
33
backend_packages = [
44
"pants.backend.docker",
55
"pants.backend.docker.lint.hadolint",

0 commit comments

Comments
 (0)