Loading .gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -52,6 +52,7 @@ check-merged-ci-config-is-valid: # patch the yaml file to include the stuff we have locally in this branch - | sed '/^include:/,$d' $test_yml > $test_yml - cat $test_yml - | echo -e "include:\n - local: ${patch_yml}\n" >> $test_yml - cat $test_yml Loading Loading
.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -52,6 +52,7 @@ check-merged-ci-config-is-valid: # patch the yaml file to include the stuff we have locally in this branch - | sed '/^include:/,$d' $test_yml > $test_yml - cat $test_yml - | echo -e "include:\n - local: ${patch_yml}\n" >> $test_yml - cat $test_yml Loading