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 2021/03/12 07:13:12 UTC

[isis-app-simpleapp] branch jdo updated: debugging flaky build

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

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


The following commit(s) were added to refs/heads/jdo by this push:
     new 703f960  debugging flaky build
703f960 is described below

commit 703f960d3b829b55e09f20ebe217afbc856200bb
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Fri Mar 12 07:13:02 2021 +0000

    debugging flaky build
---
 .github/workflows/build-and-test.yml | 62 ++++++++++++++++++------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml
index e3244c4..9612534 100644
--- a/.github/workflows/build-and-test.yml
+++ b/.github/workflows/build-and-test.yml
@@ -69,36 +69,36 @@ jobs:
         echo "REVISION  : $REVISION"
         echo "##[set-output name=revision;]${REVISION}"
 
-    - name: Share $REVISION as Environment Variable
-      run: echo "REVISION=${{ steps.revision.outputs.revision }}" >> $GITHUB_ENV
-
-    - name: Print $REVISION
-      shell: bash
-      run: |
-        echo ==============  ENV  =================
-        echo REVISION            \: $REVISION
-        echo ======================================
-
-    - name: Update Maven version
-      shell: bash
-      run: |
-        mvn versions:set -DnewVersion=$REVISION
-
-    - name: Print pom.xml
-      shell: bash
-      run: |
-        cat pom.xml
-
-    - name: Build with Maven
-      shell: bash
-      run: |
-        mvn install
-
-# uncomment and set environment variables to push to Docker registry
-#    - name: Build and Push Docker Image
+#    - name: Share $REVISION as Environment Variable
+#      run: echo "REVISION=${{ steps.revision.outputs.revision }}" >> $GITHUB_ENV
+#
+#    - name: Print $REVISION
+#      shell: bash
+#      run: |
+#        echo ==============  ENV  =================
+#        echo REVISION            \: $REVISION
+#        echo ======================================
+#
+#    - name: Update Maven version
+#      shell: bash
+#      run: |
+#        mvn versions:set -DnewVersion=$REVISION
+#
+#    - name: Print pom.xml
+#      shell: bash
+#      run: |
+#        cat pom.xml
+#
+#    - name: Build with Maven
 #      shell: bash
 #      run: |
-#        mvn -pl webapp -Ddocker jib:build
-#      env:
-#        DOCKER_REGISTRY_USERNAME: ${{ secrets.DOCKER_REGISTRY_USERNAME }}
-#        DOCKER_REGISTRY_PASSWORD: ${{ secrets.DOCKER_REGISTRY_PASSWORD }}
+#        mvn install
+#
+## uncomment and set environment variables to push to Docker registry
+##    - name: Build and Push Docker Image
+##      shell: bash
+##      run: |
+##        mvn -pl webapp -Ddocker jib:build
+##      env:
+##        DOCKER_REGISTRY_USERNAME: ${{ secrets.DOCKER_REGISTRY_USERNAME }}
+##        DOCKER_REGISTRY_PASSWORD: ${{ secrets.DOCKER_REGISTRY_PASSWORD }}