Skip to content

Ensure script lines don't exit with 1

Rémy Coutable requested to merge rymai-main-patch-f5b9 into main

When the FF_ENABLE_BASH_EXIT_CODE_CHECK feature flag is set to true, the line that checks for the existence of a Gemfile would exit with when a Gemfile exists but we don't want to exit the job early for that since we want to create a Gemfile if it doesn't exist already.

Merge request reports