From 1abaf51dac0b4605d7d99d17a0dd02ebabc3ccd9 Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Sat, 17 May 2025 09:08:41 -0700 Subject: [PATCH] Attempting to fix the linting --- .ci-scripts/lint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci-scripts/lint.sh b/.ci-scripts/lint.sh index 682abc3..e351356 100644 --- a/.ci-scripts/lint.sh +++ b/.ci-scripts/lint.sh @@ -1,7 +1,7 @@ #!/bin/bash -jq --null-input --arg yaml "$1" '.content=$yaml' \ - | curl "https://git.ethitter.com/api/v4/ci/lint?include_merged_yaml=true" \ +jq --null-input --arg yaml "$(<$1)" '.content=$yaml' \ + | curl "https://git.ethitter.com/api/v4/projects/:id/ci/lint?include_merged_yaml=true" \ --silent \ --header 'Content-Type: application/json' \ --header "PRIVATE-TOKEN: $GITLAB_API_PAT" \ -- GitLab