Skip to content

Commit

Permalink
Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.2 in…
Browse files Browse the repository at this point in the history
… /jvm-packages/xgboost4j-spark (#10151)
  • Loading branch information
dependabot[bot] committed Apr 3, 2024
1 parent e15d61b commit a99bb38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jvm-packages/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.2</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down
7 changes: 4 additions & 3 deletions tests/buildkite/conftest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,14 @@ fi
if [[ -n $BUILDKITE_PULL_REQUEST && $BUILDKITE_PULL_REQUEST != "false" ]]
then
is_pull_request=1
export BRANCH_NAME=PR-$BUILDKITE_PULL_REQUEST
BRANCH_NAME=PR-$BUILDKITE_PULL_REQUEST
else
is_pull_request=0
export BRANCH_NAME=$BUILDKITE_BRANCH
BRANCH_NAME=$BUILDKITE_BRANCH
fi
export BRANCH_NAME=${BRANCH_NAME//\//-}

if [[ $BUILDKITE_BRANCH == "master" || $BUILDKITE_BRANCH == "release_"* ]]
if [[ $BRANCH_NAME == "master" || $BRANCH_NAME == "release_"* ]]
then
is_release_branch=1
enforce_daily_budget=0
Expand Down

0 comments on commit a99bb38

Please sign in to comment.