From 7c66c4eb16d74aca179e022b9e3136eea2b5bd4a Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Tue, 20 Mar 2018 15:04:31 +0100 Subject: abort doc scripts on error --- docs/upload-stable | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/upload-stable') diff --git a/docs/upload-stable b/docs/upload-stable index c2c1267e..e7dbcad3 100755 --- a/docs/upload-stable +++ b/docs/upload-stable @@ -1,4 +1,5 @@ #!/bin/sh +set -e aws configure set preview.cloudfront true aws --profile mitmproxy \ -- cgit v1.2.3