Skip to content

Commit

Permalink
Merge pull request #43 from NERSC/scanon/fix_building
Browse files Browse the repository at this point in the history
Don't use additional store for build command
  • Loading branch information
danfulton authored Mar 17, 2023
2 parents c3362cc + cab1ed7 commit 516ff1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions podman_hpc/siteconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,8 @@ def get_cmd_extensions(self, subcommand, args):
cmds.extend(self.default_args)
if subcommand == "run":
cmds.extend(self.default_run_args)
elif subcommand == "build":
cmds = self.default_pull_args
for mod, mconf in self.sitemods.get(subcommand, {}).items():
if 'cli_arg' not in mconf:
continue
Expand Down

0 comments on commit 516ff1f

Please sign in to comment.