Skip to content

Fix path separator for CI_PROJECT_DIR in Windows

Stan Hu requested to merge sh-fix-ci-project-dir-path-windows into master

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 (closed)

Merge request reports