mirror of
https://github.com/vale981/ray
synced 2025-03-05 10:01:43 -05:00
![]() Root cause: https://www.shell-tips.com/bash/source-dot-command/#gsc.tab=0 Using . will execute the command in the "current shell" in a bash script. It looks like removing . command from ci.sh init means that we will lose the set -eo command used within ci.sh init applied to next test running commands because set -eo is called within a child process, not the current shell (so the future command won't have the set -eo configured). |
||
---|---|---|
.. | ||
hooks | ||
copy_files.py | ||
Dockerfile | ||
Dockerfile.gpu | ||
pipeline.gpu.large.yml | ||
pipeline.gpu.yml | ||
pipeline.macos.yml | ||
pipeline.ml.yml | ||
pipeline.windows.yml | ||
pipeline.yml |