mirror of
https://github.com/YunoHost/tartiflette.git
synced 2024-09-03 20:06:08 +02:00
Refresh appci automatically
This commit is contained in:
parent
a8e5383488
commit
783fc2885d
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
while read APP;
|
||||
do
|
||||
|
|
|
@ -7,3 +7,8 @@ cd pullrequests
|
|||
./fetch.py
|
||||
./analyze.py
|
||||
./publish.py
|
||||
cd ..
|
||||
cd appci
|
||||
./fetch.sh
|
||||
./analyze.py
|
||||
./publish.py
|
||||
|
|
Loading…
Reference in a new issue