From 31e93d820bb2a4f875e50c73e605e910a1778eb7 Mon Sep 17 00:00:00 2001 From: Charadon Date: Thu, 28 Jul 2022 07:04:55 -0400 Subject: Added a failure check --- failed.sh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 failed.sh (limited to 'failed.sh') diff --git a/failed.sh b/failed.sh new file mode 100755 index 0000000..524f16c --- /dev/null +++ b/failed.sh @@ -0,0 +1,18 @@ +#!/bin/sh + +set -eu + +# This script determines what to do if the build failed. +# Below is an example of uploading the output.txt to an ftp server. +ftp -in <