Skip to content

Commit 5401b33

Browse files
authored
Merge branch 'main' into khluu/120825
Signed-off-by: Kevin H. Luu <khluu000@gmail.com>
2 parents aad055e + 60782b6 commit 5401b33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buildkite/pipeline_generator/buildkite_step.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def _prepare_commands(step: Step, variables_to_inject: Dict[str, str]) -> List[s
108108
# Default setup commands
109109
if not step.label.startswith(":docker:"):
110110
commands.append("(command nvidia-smi || true)")
111-
111+
112112
if step.commands:
113113
commands.extend(step.commands)
114114

0 commit comments

Comments
 (0)