From 7b02f7c360168ed4c476b6e62cb28b609c429e71 Mon Sep 17 00:00:00 2001 From: "flow.gunso" Date: Sat, 14 Mar 2020 09:58:39 +0100 Subject: [PATCH] Fix Bash syntax --- .utilities/package_update_notifier.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.utilities/package_update_notifier.sh b/.utilities/package_update_notifier.sh index 7854811..6baf5e7 100644 --- a/.utilities/package_update_notifier.sh +++ b/.utilities/package_update_notifier.sh @@ -39,7 +39,7 @@ if [[ -n "$ISSUE_ID" ]]; then https://gitlab.com/api/v4/projects/$CI_PROJECT_ID/pipeline_schedules/$SCHEDULE_ID/variables/ISSUES_ID' # else # exit_with_message_and_code "An issue already exists, it is not closed yet." 0 - fi +# fi fi # Get the installed and candidate versions of the seafile-cli package from the latest Docker image.