mirror of
https://github.com/ihabunek/toot.git
synced 2024-11-03 04:17:21 -05:00
Remove duplicate build step
This commit is contained in:
parent
470a97da58
commit
e5bba7e9b3
11
.build.yml
11
.build.yml
@ -7,17 +7,6 @@ sources:
|
|||||||
- https://git.sr.ht/~ihabunek/toot
|
- https://git.sr.ht/~ihabunek/toot
|
||||||
- https://git.sr.ht/~ihabunek/annotatepy
|
- https://git.sr.ht/~ihabunek/annotatepy
|
||||||
tasks:
|
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: |
|
- annotate: |
|
||||||
cd annotatepy
|
cd annotatepy
|
||||||
python3 setup.py install --user
|
python3 setup.py install --user
|
||||||
|
Loading…
Reference in New Issue
Block a user