Skip to content

fix: py tests were not run because of gitlab treating command as a comment

Dmitry Rodionov requested to merge dkr/run-tests-again into master

Summary

  • fix: use | instead of > for script body

By adding a comment here in ce9ddc26 I made the whole command to be ignored because for gitlab > means single command that is split across lines, so by starting it with # on the first line I made the whole command a comment.

See https://docs.gitlab.com/ee/ci/yaml/script.html#split-long-commands for details.


  • Close #...
  • Target branch: master
  • Changes should be cherry-picked to 23.12: yes / no
  • Docs follow-up: not necessary / new issue

Merge request reports