Skip to content

Commit baa85cb

Browse files
authored
Merge pull request tensorflow#8520 from yongtang/03182017-md-quote-align
Fix misalign of code blocks in `tensorflow/tools/ci_build/README.md`
2 parents d1415bd + 1058ad9 commit baa85cb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tensorflow/tools/ci_build/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@ run continuous integration [ci.tensorflow.org](https://ci.tensorflow.org).
2020
2. Clone tensorflow repository.
2121

2222
```bash
23-
git clone https://github.com/tensorflow/tensorflow.git
24-
```
23+
git clone https://github.com/tensorflow/tensorflow.git
24+
```
2525

2626
3. Go to tensorflow directory
2727

2828
```bash
29-
cd tensorflow
30-
```
29+
cd tensorflow
30+
```
3131

3232
4. Build what you want, for example
3333

3434
```bash
35-
tensorflow/tools/ci_build/ci_build.sh CPU bazel test //tensorflow/...
36-
```
35+
tensorflow/tools/ci_build/ci_build.sh CPU bazel test //tensorflow/...
36+
```
3737

3838

3939

0 commit comments

Comments
 (0)