File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4848 python3 \
4949 python3-sphinx
5050 - checkout
51- - run : git submodule update --init
5251 - when :
5352 condition : << pipeline.parameters.dist-url >>
5453 steps :
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
You can’t perform that action at this time.
0 commit comments