Skip to content

Commit

Permalink
[CI] ignore MAVEN_THREADS [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
corneil committed Sep 6, 2023
1 parent af60a25 commit 0fdad67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-snapshot-worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: |
mvn clean
./spring-cloud-dataflow-package/set-package-version.sh
jfrog rt mvn install -Pfull -B $MAVEN_THREADS
jfrog rt mvn install -Pfull -B
jfrog rt build-publish
echo BUILD_ZOO_HANDLER_spring_cloud_dataflow_version=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout) >> $GITHUB_ENV
echo BUILD_ZOO_HANDLER_spring_cloud_dataflow_buildname=spring-cloud-dataflow-main >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# build
- name: Build
run: |
mvn -B -s .github/settings.xml $MAVEN_THREADS clean install
mvn -B -s .github/settings.xml clean install
# clean m2 cache
- name: Clean cache
run: |
Expand Down

0 comments on commit 0fdad67

Please sign in to comment.