Skip to content

Commit 6b4bec4

Browse files
committed
cci: try again
(where again was the advantage of all that stuff over just running a shell script if the yaml mostly consists of one?)
1 parent 8f87d79 commit 6b4bec4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
python3 \
4949
python3-sphinx
5050
- checkout
51-
- run: git submodule update --init
5251
- when:
5352
condition: << pipeline.parameters.dist-url >>
5453
steps:
@@ -79,6 +78,7 @@ jobs:
7978
name: Create the dist tarball
8079
command: |
8180
git checkout << pipeline.parameters.vc-commit >>
81+
git submodule update --init
8282
# Locally built tarballs are always built with weekly in package name
8383
touch .is_weekly
8484
# If version is "trunk", override version to add date
@@ -225,10 +225,10 @@ jobs:
225225
working_directory: /workspace
226226
steps:
227227
- checkout
228-
- run: git submodule update --init
229228
- run:
230229
name: Extract and build
231230
command: |
231+
git submodule update --init
232232
case "<< parameters.dist >>" in
233233
almalinux|fedora)
234234
case "<< parameters.dist >>:<< parameters.release >>" in

0 commit comments

Comments
 (0)