Skip to content

Commit 8fec5d4

Browse files
Apply suggestions from code review
Co-authored-by: Tom Hu <88201630+thomasrockhu-codecov@users.noreply.github.com>
1 parent 3164cd5 commit 8fec5d4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.harness/pipelines/example-python.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ pipeline:
2222
command: |
2323
pip install -r requirements.txt
2424
git clone https://github.com/codecov/codecov-cli.git
25+
cd codecov-cli
2526
git checkout cy/harness_ci
26-
cd codecov-cli/codecov-cli
27+
cd codecov-cli
2728
pip install .
2829
- step:
2930
type: Run

0 commit comments

Comments
 (0)