Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,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 sed -i".bak" '/^include:/,$d' $test_yml - cat $test_yml - | echo -e "include:\n - local: ${patch_yml}\n" >> $test_yml Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,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 sed -i".bak" '/^include:/,$d' $test_yml - cat $test_yml - | echo -e "include:\n - local: ${patch_yml}\n" >> $test_yml Loading