Skip to content

Commit 55161df

Browse files
committed
cci: try again
(oh and did I mention what I think about CI code I can not test-run locally?)
1 parent 6b4bec4 commit 55161df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ jobs:
228228
- run:
229229
name: Extract and build
230230
command: |
231-
git submodule update --init
232231
case "<< parameters.dist >>" in
233232
almalinux|fedora)
234233
case "<< parameters.dist >>:<< parameters.release >>" in
@@ -323,6 +322,8 @@ jobs:
323322
;;
324323
esac
325324
325+
git submodule update --init
326+
326327
case "<< parameters.dist >>" in
327328
archlinux)
328329
useradd varnish

0 commit comments

Comments
 (0)