Skip to content

Commit

Permalink
Remove duplicate build step
Browse files Browse the repository at this point in the history
  • Loading branch information
ihabunek committed Jul 30, 2019
1 parent 470a97d commit e5bba7e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,6 @@ sources:
- https://git.sr.ht/~ihabunek/toot
- https://git.sr.ht/~ihabunek/annotatepy
tasks:
- deps: |
pip3 install --user --progress-bar off jedi
cd annotatepy
pip3 install --user -e .
- annotate: |
cd toot
/home/build/.local/bin/annotatepy toot -o annotations.json
cat annotations.json
../upload-annotations annotations.json ihabunek toot
- annotate: |
cd annotatepy
python3 setup.py install --user
Expand Down

0 comments on commit e5bba7e

Please sign in to comment.