Commit 1236daeb authored by Jan Kiene's avatar Jan Kiene
Browse files

add dbg printout

parent b0d73e7c
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@ check-merged-ci-config-is-valid:

    - test_yml="$REPO-ci.yml"
    - curl --url "$repo_url/./raw/main/.gitlab-ci.yml?inline=false" --output $test_yml
    - cat $test_yml
    - |
      jq -n --arg yaml "$(<$test_yml)" '.content=$yaml' \
      | curl -X POST \