85907e6cca
Change-Id: I3e38b68494ba8667e019174567405e6e5d62951b Signed-off-by: Kevin Cabrera <kevin.a.cabrera@intel.com>
12 lines
161 B
Bash
Executable File
12 lines
161 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
rootdir=$(readlink -f $(dirname $0))
|
|
|
|
# Runs agent scripts
|
|
$rootdir/autobuild.sh
|
|
sudo $rootdir/autotest.sh
|
|
$rootdir/autopackage.sh
|
|
|