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.
私は本質的にやりたいですgit bisect run 'bundle && bundle exec cucumber'。
git bisect run 'bundle && bundle exec cucumber'
コマンドラインでこれを実行したい-シェルスクリプトを記述したくない。
git bisect run sh -c 'bundle && bundle exec cucumber'