Add response message

This commit is contained in:
Dennis Eichhorn 2018-03-30 12:17:01 +02:00
parent 0999d6351c
commit de4eb598f1

View File

@ -5,4 +5,8 @@ $payload = json_decode($postBody, true);
if ($payload['repository']['name'] === 'Orange-Management') {
shell_exec('./buildProject.sh > /dev/null 2>/dev/null &');
echo 'Installing';
} else {
echo 'Invalid payload';
}