Loading .gitlab-ci.yml +0 −1 Original line number Diff line number Diff line Loading @@ -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 - | Loading Loading
.gitlab-ci.yml +0 −1 Original line number Diff line number Diff line Loading @@ -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 - | Loading