Remove duplicate build step

pull/113/head
Ivan Habunek 2019-07-30 15:56:45 +02:00
rodzic 470a97da58
commit e5bba7e9b3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: CDBD63C43A30BB95
1 zmienionych plików z 0 dodań i 11 usunięć

Wyświetl plik

@ -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