Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个使用无人机构建的 ruby on rails 应用程序。我正在运行“rspec”作为我的构建的一部分。但是,控制台日志仅以纯格式显示 rspec 的输出。有没有办法让这些“rspec”日志以颜色显示在无人机控制台上?
PS:我在我的构建机器上运行一个无人机 docker 容器,我没有使用托管的drone.io
添加类似的东西
--color
to .rspec 应该可以帮助您进行着色或命令行。
Drone 目前不支持交互式 shell。
您需要添加该--tty选项以及--color
--tty