You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2022/04/10 04:52:24 UTC

[isis] branch master updated: ISIS-2445: try build local staging repo (3)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4132041de5 ISIS-2445: try build local staging repo (3)
4132041de5 is described below

commit 4132041de51d8757c06a8cad2e8986be4ed02d3f
Author: Andi Huber <ah...@apache.org>
AuthorDate: Sun Apr 10 06:52:19 2022 +0200

    ISIS-2445: try build local staging repo (3)
---
 .github/workflows/ci-build-artifacts-push-maven.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/workflows/ci-build-artifacts-push-maven.yml b/.github/workflows/ci-build-artifacts-push-maven.yml
index b6e11f49f4..96317c09c9 100644
--- a/.github/workflows/ci-build-artifacts-push-maven.yml
+++ b/.github/workflows/ci-build-artifacts-push-maven.yml
@@ -93,7 +93,6 @@ jobs:
          -DskipTests
          -DaltReleaseDeploymentRepository=local.staging.repo::default::file://${LOCAL_FS_REPO_PATH}
          -T1C
-         env:
 
     - name: Verify (List) Local Artifacts
       run: 'ls -al ${LOCAL_FS_REPO_PATH}'