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

inplace sed

parent 79169584
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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