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 2023/01/03 23:31:31 UTC

[logging-log4j-tools] branch master updated: Random attempts, take 4

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 efac9be  Random attempts, take 4
efac9be is described below

commit efac9bea314788f35e9fd317b115af73e5ffeebe
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Wed Jan 4 00:32:29 2023 +0100

    Random attempts, take 4
---
 .github/workflows/build.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 92a81d6..2b50fa8 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -171,7 +171,6 @@ jobs:
             -DskipTests=true \
             -DinstallAtEnd=true \
             -DdeployAtEnd=true \
-            --settings .github/workflows/maven-settings.xml \
             package install:install deploy:deploy -X
         env:
           NEXUS_USERNAME: ${{ secrets.NEXUS_USER }}