Skip to content

Commit

Permalink
don't rebuild in package step
Browse files Browse the repository at this point in the history
  • Loading branch information
rkm committed Oct 11, 2024
1 parent bf8104d commit 70a4b26
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion bin/smi/buildTestPackage.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ def main() -> int:
return rc

# Package
rc = DP.main((*cfg_args, args.tag))
rc = DP.main((
*cfg_args,
"--no-build",
args.tag,
))

return rc

Expand Down

0 comments on commit 70a4b26

Please sign in to comment.