Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
update preCommand doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Ning Shang committed Sep 21, 2020
1 parent 22afaa5 commit 01020d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en_US/TrainingService/RemoteMachineMode.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ preCommand: source ${replace_to_conda_path}/bin/activate ${replace_to_conda_env_
preCommand: call activate ${replace_to_conda_env_name}
```

If there are multiple commands want to execute, you can use `&&` to connect these commands:
If you want multiple commands to be executed, you can use `&&` to connect these commands:

```yaml
preCommand: command1 && command2 && command3
Expand Down

0 comments on commit 01020d8

Please sign in to comment.