From ee841918d93a0c1b88ce7921d55a507d75403de2 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Mon, 24 May 2021 16:25:46 -0400 Subject: [PATCH] Revert "get to fail" This reverts commit a31a5dcd --- .github/workflows/sync-wiki.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/sync-wiki.yaml b/.github/workflows/sync-wiki.yaml index fca59d1c..e4f9c68e 100644 --- a/.github/workflows/sync-wiki.yaml +++ b/.github/workflows/sync-wiki.yaml @@ -53,7 +53,5 @@ jobs: if [ -n "$RUSEFI_FTP_SERVER" ]; then echo "Uploading Wiki" ncftpput -R -z -m -V -u "$RUSEFI_DOXYGEN_FTP_USER" -p "$RUSEFI_DOXYGEN_FTP_PASS" "$RUSEFI_FTP_SERVER" / wiki - else - echo "Secret not set" - exit 1 fi + [ $? -eq 0 ] || { echo "upload FAILED"; exit 1; }