Skip to content
Snippets Groups Projects

Fix linting

Merged Erick Hitter requested to merge fix/linting into main
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -3,6 +3,7 @@
@@ -3,6 +3,7 @@
jq --null-input --arg yaml "$1" '.content=$yaml' \
jq --null-input --arg yaml "$1" '.content=$yaml' \
| curl "https://git.ethitter.com/api/v4/projects/${CI_JOB_ID}/ci/lint?include_merged_yaml=true" \
| curl "https://git.ethitter.com/api/v4/projects/${CI_JOB_ID}/ci/lint?include_merged_yaml=true" \
# --silent \
# --silent \
 
-vvv \
--header 'Content-Type: application/json' \
--header 'Content-Type: application/json' \
--header "PRIVATE-TOKEN: $GITLAB_API_PAT" \
--header "PRIVATE-TOKEN: $GITLAB_API_PAT" \
--data @- \
--data @- \
Loading