Skip to content
Snippets Groups Projects
Commit 3c81400a authored by Erick Hitter's avatar Erick Hitter
Browse files

Attempting to fix the linting

parent 1abaf51d
No related branches found
No related tags found
1 merge request!34Fix linting
#!/bin/bash
jq --null-input --arg yaml "$(<$1)" '.content=$yaml' \
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' \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment