Files
app/nextjs/scripts/kill.sh
tberrod b3f927a46f
tt-app/app/Saga There was a failure building this commit
kiki
2019-09-12 09:03:55 +02:00

8 lines
280 B
Bash

#!/usr/bin/env sh
cd '/var/jenkins_home/workspace/tt-app_app_Saga/nextjs/'
echo 'The following command terminates the "npm start" process using its PID'
echo '(written to ".pidfile"), all of which were conducted when "deliver.sh"'
echo 'was executed.'
set -x
kill $(cat .pidfile)