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:42:00 UTC

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

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 09e0bdc  ISIS-2975: experiments (13)
09e0bdc is described below

commit 09e0bdcc70a97e2f5197bd9d6660d6565ec6fdcf
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Mon Mar 14 18:40:08 2022 +0000

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

diff --git a/.github/workflows/ci-build-artifacts-push-maven.yml b/.github/workflows/ci-build-artifacts-push-maven.yml
index d86ecfa..608fcc4 100644
--- a/.github/workflows/ci-build-artifacts-push-maven.yml
+++ b/.github/workflows/ci-build-artifacts-push-maven.yml
@@ -43,6 +43,11 @@ 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: Activate Cache for Maven Downloads
 #      uses: actions/cache@v2.1.7
@@ -103,10 +108,6 @@ jobs:
 #        GITHUB_TOKEN: ${{ github.token }}
 
 # FOR DEBUG USE
-   - name: Dump Env context
-     env:
-       ENV_CONTEXT: ${{ toJson(env) }}
-     run: echo "$ENV_CONTEXT"
 #   - name: Dump GitHub context
 #     env:
 #       GITHUB_CONTEXT: ${{ toJson(github) }}