We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e09d992 commit b735d41Copy full SHA for b735d41
params.py
@@ -163,10 +163,6 @@ def load_params(args):
163
if args.source_pr is not None:
164
mysuite.repos["source"].pr_wanted = args.source_pr
165
166
- # update Git submodules?
167
- if args.updateGitSubmodules is not None:
168
- mysuite.updateGitSubmodules = args.updateGitSubmodules
169
-
170
# now flesh out the compile strings -- they may refer to either themselves
171
# or the source dir
172
for r in mysuite.repos.keys():
0 commit comments