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:50:02 UTC

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

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 39ae584682 ISIS-2445: try build local staging repo (2)
39ae584682 is described below

commit 39ae58468285d47e8168a6be6796bf412b2d7d9b
Author: Andi Huber <ah...@apache.org>
AuthorDate: Sun Apr 10 06:49:56 2022 +0200

    ISIS-2445: try build local staging repo (2)
---
 .github/workflows/ci-build-artifacts-push-maven.yml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci-build-artifacts-push-maven.yml b/.github/workflows/ci-build-artifacts-push-maven.yml
index 4a2943b72c..b6e11f49f4 100644
--- a/.github/workflows/ci-build-artifacts-push-maven.yml
+++ b/.github/workflows/ci-build-artifacts-push-maven.yml
@@ -14,6 +14,7 @@ jobs:
       # to be shared among all steps of this job
       PROJECT_ROOT_PATH: ${{ github.workspace }}
       CI_SCRIPTS_PATH: ${{ github.workspace }}/scripts/ci
+      LOCAL_FS_REPO_PATH: ${{ github.workspace }}/mvn-artifact
 
       # not used, would be nice if we could transform the TIMESTAMP string into the REVISION
       # variable here, but it seems github not yet has any string expression manipulation
@@ -90,10 +91,12 @@ jobs:
          -Dskip.git
          -Dskip.arch
          -DskipTests
-         -DaltReleaseDeploymentRepository=local.staging.repo::default::file://${project.build.directory}/mvn-artifact
+         -DaltReleaseDeploymentRepository=local.staging.repo::default::file://${LOCAL_FS_REPO_PATH}
+         -T1C
+         env:
 
     - name: Verify (List) Local Artifacts
-      run: 'ls -al ${project.build.directory}/mvn-artifact'
+      run: 'ls -al ${LOCAL_FS_REPO_PATH}'
 
 #   - name: Build Artifacts (Github March 2022)
 #     run: 'bash scripts/ci/build-artifacts.sh'