You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2022/12/02 07:46:01 UTC

[logging-log4j-tools] branch master updated: Fix deploy command in CI.

This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git


The following commit(s) were added to refs/heads/master by this push:
     new 794690e  Fix deploy command in CI.
794690e is described below

commit 794690e0acef9a83e0c17eff664ca3f4432a339d
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Fri Dec 2 08:46:33 2022 +0100

    Fix deploy command in CI.
---
 .github/workflows/build.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index f62722e..6bb91c9 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -155,7 +155,6 @@ jobs:
             -Dgpg.skip=true \
             -DskipTests=true \
             --settings .github/workflows/maven-settings.xml \
-            --global-toolchains ".github/workflows/maven-toolchains.xml" \
             package install:install deploy:deploy
         env:
           NEXUS_USER: ${{ secrets.NEXUS_USER }}