[master] 8f87d79c6 cci: try to make it work with the vtest submodule

Nils Goroll nils.goroll at uplex.de
Mon Jun 2 12:21:05 UTC 2025


commit 8f87d79c6775af592ad1697696d52c3ea99eaa1a
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Mon Jun 2 14:19:25 2025 +0200

    cci: try to make it work with the vtest submodule

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 19e24a857..55c547ac2 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -48,6 +48,7 @@ jobs:
                 python3 \
                 python3-sphinx
       - checkout
+      - run: git submodule update --init
       - when:
           condition: << pipeline.parameters.dist-url >>
           steps:
@@ -224,6 +225,7 @@ jobs:
     working_directory: /workspace
     steps:
       - checkout
+      - run: git submodule update --init
       - run:
           name: Extract and build
           command: |


More information about the varnish-commit mailing list