[master] 55161dfa1 cci: try again

Nils Goroll nils.goroll at uplex.de
Mon Jun 2 12:28:04 UTC 2025


commit 55161dfa1d331fa47f7e8a8ffb07e2c59f204347
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Mon Jun 2 14:26:40 2025 +0200

    cci: try again
    
    (oh and did I mention what I think about CI code I can not test-run locally?)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index d8537fe50..4aa420d3f 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -228,7 +228,6 @@ jobs:
       - run:
           name: Extract and build
           command: |
-            git submodule update --init
             case "<< parameters.dist >>" in
             almalinux|fedora)
                 case "<< parameters.dist >>:<< parameters.release >>" in
@@ -323,6 +322,8 @@ jobs:
                 ;;
             esac
 
+            git submodule update --init
+
             case "<< parameters.dist >>" in
             archlinux)
                 useradd varnish


More information about the varnish-commit mailing list