You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2022/03/14 20:04:02 UTC

[isis] branch ISIS-2975 updated: ISIS-2975: experiments (31)

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

danhaywood pushed a commit to branch ISIS-2975
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/ISIS-2975 by this push:
     new 351328f  ISIS-2975: experiments (31)
351328f is described below

commit 351328fb11c9b813c8df9e2977d5efadc795fccd
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Mon Mar 14 19:58:37 2022 +0000

    ISIS-2975: experiments (31)
---
 .github/workflows/ci-build-artifacts-push-maven.yml |  2 +-
 scripts/ci/build-artifacts.sh                       | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/ci-build-artifacts-push-maven.yml b/.github/workflows/ci-build-artifacts-push-maven.yml
index 80d96bd..afd9e7c 100644
--- a/.github/workflows/ci-build-artifacts-push-maven.yml
+++ b/.github/workflows/ci-build-artifacts-push-maven.yml
@@ -85,7 +85,7 @@ jobs:
         # -T 1C ... 1 build thread per core
         MVN_ADDITIONAL_OPTS: >-
           -f isis-parent/pom.xml
-          -Dreleased
+          -DreleasedXXX
           -Dgithub
           -Denforcer.failFast=true
           -Djacoco.skip=true
diff --git a/scripts/ci/build-artifacts.sh b/scripts/ci/build-artifacts.sh
index 0077576..0b01cf6 100644
--- a/scripts/ci/build-artifacts.sh
+++ b/scripts/ci/build-artifacts.sh
@@ -147,12 +147,12 @@ if [ ! -z "$REVISION" ]; then
 
 fi
 
-if [ "SETTINGS_FLAG" = "no-override" ]
-then
+#if [ "SETTINGS_FLAG" = "no-override" ]
+#then
   SETTINGS_CLAUSE=""
-else
-  SETTINGS_CLAUSE="-s $SETTINGS_XML "
-fi
+#else
+#  SETTINGS_CLAUSE="-s $SETTINGS_XML "
+#fi
 
 cd $PROJECT_ROOT_PATH
 echo ""