Refresh appci automatically

This commit is contained in:
Alexandre Aubin 2017-08-29 00:11:22 +02:00
parent a8e5383488
commit 783fc2885d
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,4 @@
#!/bin/bash
while read APP;
do

View file

@ -7,3 +7,8 @@ cd pullrequests
./fetch.py
./analyze.py
./publish.py
cd ..
cd appci
./fetch.sh
./analyze.py
./publish.py