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 : ビルド マシンで Drone Docker コンテナを実行していますが、ホストされている Drone.io は使用していません。
Drone は現在、インタラクティブ シェルをサポートしていません。
--ttyとともにオプションを追加する必要があります--color
--tty
--color
のようなものを追加する
to .rspec は、色付けまたはコマンドラインに役立ちます。