Skip to content
  • Stan Hu's avatar
    Fix path separator for CI_PROJECT_DIR in Windows · e2763552
    Stan Hu authored
    Internally, the runner uses paths with the `/` separator, but
    since CI_PROJECT_DIR is an externally-facing path that can be used in
    scripts, we need to ensure that it has the right separator.
    
    Closes #2841
    e2763552