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