diff options
Diffstat (limited to 'failed.sh')
-rwxr-xr-x | failed.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/failed.sh b/failed.sh index e1e0f02..1477e12 100755 --- a/failed.sh +++ b/failed.sh @@ -6,6 +6,7 @@ set -eu # Below is an example of uploading the output.txt to an ftp server. ftp -in <<EOF open 192.168.1.5 +user username password mkdir $DSCIP_NAME cd $DSCIP_NAME mkdir $CURRENT_COMMIT |