File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,8 @@ before_script:
23
23
before_script : &do_nothing_before
24
24
# apply bot filter in before script
25
25
- *apply_bot_filter
26
- - echo "Not setting up GitLab key, not fetching submodules"
26
+ - echo "Not setting up GitLab key, fetching submodules ..."
27
+ - git submodule update --init --recursive
27
28
- source tools/ci/configure_ci_environment.sh
28
29
29
30
.build_template : &build_template
@@ -121,6 +122,7 @@ build_docs:
121
122
- $BOT_LABEL_BUILD
122
123
- $BOT_LABEL_EXAMPLE_TEST
123
124
- $BOT_LABEL_REGULAR_TEST
125
+ before_script : *do_nothing_before
124
126
script :
125
127
# it's not possible to build 100% out-of-tree and have the "artifacts"
126
128
# mechanism work, but this is the next best thing
@@ -147,6 +149,7 @@ build_docs:
147
149
- $BOT_LABEL_BUILD
148
150
- $BOT_LABEL_EXAMPLE_TEST
149
151
- $BOT_LABEL_REGULAR_TEST
152
+ before_script : *do_nothing_before
150
153
script :
151
154
# it's not possible to build 100% out-of-tree and have the "artifacts"
152
155
# mechanism work, but this is the next best thing
You can’t perform that action at this time.
0 commit comments