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

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

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 6c4d54e  ISIS-2975: experiments (16)
6c4d54e is described below

commit 6c4d54ebc5c0749580581721c4e30c54a8411910
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Mon Mar 14 18:43:38 2022 +0000

    ISIS-2975: experiments (16)
---
 .github/workflows/ci-build-artifacts-push-maven.yml | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/ci-build-artifacts-push-maven.yml b/.github/workflows/ci-build-artifacts-push-maven.yml
index 6eca71c..03ccd38 100644
--- a/.github/workflows/ci-build-artifacts-push-maven.yml
+++ b/.github/workflows/ci-build-artifacts-push-maven.yml
@@ -14,7 +14,6 @@ jobs:
     runs-on: ubuntu-latest
     env:
       # to be shared among all steps of this job
-      BASELINE: 2.0.0-M7
       PROJECT_ROOT_PATH: ${{ github.workspace }}
       CI_SCRIPTS_PATH: ${{ github.workspace }}/scripts/ci
 
@@ -43,10 +42,10 @@ jobs:
     - name: Share $BASELINE as Environment Variable
       run: echo "BASELINE=${{ steps.calc-baseline.outputs.baseline }}" >> $GITHUB_ENV
 
-#    - name: Dump Env context
-#      env:
-#        ENV_CONTEXT: ${{ toJson(env) }}
-#      run: echo "$ENV_CONTEXT"
+    - name: Dump Env context
+      env:
+        ENV_CONTEXT: ${{ toJson(env) }}
+      run: 'echo "$ENV_CONTEXT"'
 
 #
 #    - name: Activate Cache for Maven Downloads