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

rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git


The following commit(s) were added to refs/heads/master by this push:
     new 370e469b0 STORM-4006 - Skip GPG signing because we do not have a 
signing key available in CI environment and we do not need it for a nightlies 
deployment
370e469b0 is described below

commit 370e469b01e9b3af9b71dc2ab29bfe8677d9cb4c
Author: Richard Zowalla <richard.zowa...@hs-heilbronn.de>
AuthorDate: Mon Dec 4 14:26:56 2023 +0100

    STORM-4006 - Skip GPG signing because we do not have a signing key 
available in CI environment and we do not need it for a nightlies deployment
---
 .github/workflows/nightlies.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/nightlies.yaml b/.github/workflows/nightlies.yaml
index c5a5d7883..b1c9df37b 100644
--- a/.github/workflows/nightlies.yaml
+++ b/.github/workflows/nightlies.yaml
@@ -56,9 +56,9 @@ jobs:
         run: rm -rf ~/.m2/repository/org/apache/storm
       - name: Set up project dependencies
         run: /bin/bash ./dev-tools/gitact/gitact-install.sh `pwd`
-      - name: Run package
-        run: cd storm-dist/binary && mvn package
-      - name: rsync
+      - name: Package binaries
+        run: mvn package -f storm-dist/binary/pom.xml -Dgpg.skip
+      - name: Upload to nightlies.apache.org
         uses: burnett01/rsync-deployments@5.2
         with:
           switches: -avzr --include='*/' --include='*.zip' 
--include='*.tar.gz' --exclude='*'

Reply via email to