From ba19f1322468d6365315b0045272e3ca2954f134 Mon Sep 17 00:00:00 2001 From: Tartare Bot Date: Tue, 29 Aug 2017 00:11:22 +0200 Subject: [PATCH] Refresh appci automatically --- appci/fetch.sh | 1 + refresh.sh | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/appci/fetch.sh b/appci/fetch.sh index deae704..7db0fb8 100755 --- a/appci/fetch.sh +++ b/appci/fetch.sh @@ -1,3 +1,4 @@ +#!/bin/bash while read APP; do diff --git a/refresh.sh b/refresh.sh index 8e9e549..51fdc98 100755 --- a/refresh.sh +++ b/refresh.sh @@ -7,3 +7,8 @@ cd pullrequests ./fetch.py ./analyze.py ./publish.py +cd .. +cd appci +./fetch.sh +./analyze.py +./publish.py