Revert "get to fail"

This reverts commit a31a5dcd
This commit is contained in:
rusefillc 2021-05-24 16:25:46 -04:00
parent 81fca236a1
commit ee841918d9
1 changed files with 1 additions and 3 deletions

View File

@ -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; }