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

Requires PAT

parent 18193e54
Branches
No related tags found
1 merge request!23Test linting for configurations
......@@ -13,6 +13,6 @@ Lint:plugins:default:
jq --null-input --arg yaml "$(<./plugins/default.yml)" '.content=$yaml' \
| curl "https://git.ethitter.com/api/v4/ci/lint?include_merged_yaml=true" \
--header 'Content-Type: application/json' \
--header 'PRIVATE-TOKEN: $CI_JOB_TOKEN' \
--header 'PRIVATE-TOKEN: $GITLAB_API_PAT' \
--data @- \
| jq --raw-output '.merged_yaml | fromjson'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment