Commit fc0c6d2e authored by Jan Kiene's avatar Jan Kiene
Browse files

remove debug printout

parent 31592de9
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -41,7 +41,6 @@ check-merged-ci-config-is-valid:
    # get the CI file from the respective repo without lengthy clone
    - test_yml="$REPO-ci.yml"
    - curl -sS --url "$repo_url/./raw/main/.gitlab-ci.yml?inline=false" --output $test_yml
    - cat $test_yml

    # get the "baseline" yaml for comparison. this is always main
    - |