You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ne...@apache.org on 2022/10/30 14:21:01 UTC

[netbeans] branch delivery updated: run cache action *after* checkout, otherwise we can't hash the binaries-lists.

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

neilcsmith pushed a commit to branch delivery
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/delivery by this push:
     new e5cf06f9ee run cache action *after* checkout, otherwise we can't hash the binaries-lists.
     new 67a34d3f3d Merge pull request #4886 from mbien/fix-cache-action
e5cf06f9ee is described below

commit e5cf06f9ee780221283a822d898499cb255dc59b
Author: Michael Bien <mb...@gmail.com>
AuthorDate: Sat Oct 29 04:40:24 2022 +0200

    run cache action *after* checkout, otherwise we can't hash the binaries-lists.
---
 .github/workflows/main.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index a3c1737efa..eacf03e1b5 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -77,6 +77,12 @@ jobs:
         with:
           java-version: ${{ matrix.java }} 
           distribution: 'zulu'
+          
+      - name: Checkout ${{ github.ref }} ( ${{ github.sha }} )
+        uses: actions/checkout@v3
+        with:
+          persist-credentials: false
+          submodules: false
 
       - name: Caching dependencies
         uses: actions/cache@v3
@@ -84,12 +90,6 @@ jobs:
           path: ~/.hgexternalcache
           key: ${{ runner.os }}-${{ hashFiles('*/external/binaries-list', '*/*/external/binaries-list') }}
           restore-keys: ${{ runner.os }}-
-          
-      - name: Checkout ${{ github.ref }} ( ${{ github.sha }} )
-        uses: actions/checkout@v3
-        with:
-          persist-credentials: false
-          submodules: false
 
       - name: Build NetBeans
         run: ant -quiet -Dcluster.config=release build-nozip


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists