CI: Add daily periodics to CI

Change-Id: I26933e73928e091ae72e838c02f4f2ec7c3983d6
This commit is contained in:
George Joseph
2018-07-13 05:56:38 -06:00
parent 3560ab197d
commit b97b39fe1b
6 changed files with 173 additions and 10 deletions

View File

@@ -21,6 +21,6 @@ for a in "$@" ; do
done
runner() {
( set -x ; "$@" )
( set -x ; ${@} )
}