You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by md...@apache.org on 2023/03/06 08:53:32 UTC

[incubator-pekko-management] branch main updated: Switches to copy of jvm opts

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

mdedetrich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-management.git


The following commit(s) were added to refs/heads/main by this push:
     new 5f35d6c  Switches to copy of jvm opts
5f35d6c is described below

commit 5f35d6c792f89dbacf99d7688879b07ed8f1be02
Author: Nicolas Vollmar <nv...@scaling.ch>
AuthorDate: Wed Mar 1 15:28:34 2023 +0100

    Switches to copy of jvm opts
---
 .github/workflows/publish.yml     | 5 ++++-
 .jvmopts-ghactions => .jvmopts-ci | 0
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 78b6e1a..c83369a 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -15,6 +15,9 @@ jobs:
         with:
           fetch-depth: 0
 
+      - name: Enable jvm-opts
+        run: cp .jvmopts-ci .jvmopts
+
       - name: Set up JDK 8
         uses: actions/setup-java@v3
         with:
@@ -28,7 +31,7 @@ jobs:
         run: sudo apt-get install -y graphviz
 
       - name: Publish to Apache Maven repo
-        run: sbt -jvm-opts .jvmopts-ghactions +publish
+        run: sbt +publish
         env:
           NEXUS_USER: ${{ secrets.NEXUS_USER }}
           NEXUS_PW: ${{ secrets.NEXUS_PW }}
diff --git a/.jvmopts-ghactions b/.jvmopts-ci
similarity index 100%
rename from .jvmopts-ghactions
rename to .jvmopts-ci


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org