aboutsummaryrefslogtreecommitdiff
path: root/ci-upload.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci-upload.sh')
-rwxr-xr-xci-upload.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/ci-upload.sh b/ci-upload.sh
index 9af18d4..307912e 100755
--- a/ci-upload.sh
+++ b/ci-upload.sh
@@ -28,3 +28,6 @@ popd
curl -d "token=$UPLOAD_TOKEN&action=UPLOADED&arch=$ARCH" -fsSL "$REMOTE_PATH"
+if [ -r .fail ]; then
+ exit 2;
+fi