[libgweather/style-check-feedback] fixup! ci: Post the style check output as a comment on the MR



commit 598cb0ab809430be22cbc6da5c1cb6f474bd56cf
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue Oct 19 15:04:16 2021 +0100

    fixup! ci: Post the style check output as a comment on the MR

 .gitlab-ci/run-style-check.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci/run-style-check.sh b/.gitlab-ci/run-style-check.sh
index 00fd627d..16573180 100755
--- a/.gitlab-ci/run-style-check.sh
+++ b/.gitlab-ci/run-style-check.sh
@@ -26,7 +26,7 @@ if [ -n "${format_diff}" ]; then
     --request POST \
     --header "Private-Token: $STYLE_CHECK_TOKEN" \
     -d @format-diff.log \
-    https://gitlab.your-server.com/api/v4/projects/$CI_PROJECT_ID/merge_requests/$CI_MERGE_REQUEST_IID/notes 
\
+    https://gitlab.gnome.org/api/v4/projects/$CI_PROJECT_ID/merge_requests/$CI_MERGE_REQUEST_IID/notes \
     --insecure
   exit 1
 fi


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]