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 18:37:37 UTC

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

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 8341194  ISIS-2975: experiments (11)
8341194 is described below

commit 8341194644b3bfc67d3dee57b32c837f58181db2
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Mon Mar 14 18:34:59 2022 +0000

    ISIS-2975: experiments (11)
---
 .../workflows/ci-build-artifacts-push-maven.yml    | 39 ++++++++++------------
 1 file changed, 18 insertions(+), 21 deletions(-)

diff --git a/.github/workflows/ci-build-artifacts-push-maven.yml b/.github/workflows/ci-build-artifacts-push-maven.yml
index 93a7a29..7e72813 100644
--- a/.github/workflows/ci-build-artifacts-push-maven.yml
+++ b/.github/workflows/ci-build-artifacts-push-maven.yml
@@ -28,29 +28,26 @@ jobs:
       MVN_STAGES: deploy
 
     steps:
-    - uses: actions/checkout@v3
-
-    - name: Set up JDK 11
-      uses: actions/setup-java@v2
-      with:
-        distribution: 'zulu'
-        java-version: 11
-
-    - name: Print Maven Version
-      run: mvn --version
-
-    - name: Print jq Version
-      run: jq --version
-
-#    - name: Install jq
-#      run: sudo apt-get install jq -y
+#    - uses: actions/checkout@v3
+#
+#    - name: Set up JDK 11
+#      uses: actions/setup-java@v2
+#      with:
+#        distribution: 'zulu'
+#        java-version: 11
+#
+#    - name: Print Maven Version
+#      run: mvn --version
+#
+#    - name: Print jq Version
+#      run: jq --version
 
-    - name: Find latest version from search.maven.org
-      id: version
+    - name: Find baseline from search.maven.org
+      id: baseline
       run: 'curl -k "https://search.maven.org/solrsearch/select?q=g:org.apache.isis.core+AND+a:isis-applib&rows=1&wt=json" | jq -r ".response.docs[0].latestVersion" '
-#
-#    - name: Show my version
-#      run: 'echo "version ${{ steps.version.outputs.value }}"'
+
+    - name: Show baseline
+      run: 'echo "baseline ${{ steps.baseline.outputs.value }}"'
 
 #
 #    - name: Print Maven Version