Custom build ignore script exit code bug

How about using “sh ./exit-zero.sh” ? Should work around the permissions problem.

We are going to release functionality next week to allow pausing builds for a site, so you may not need this script after that :slight_smile:

1 Like

Hey folks, just wanted to stop by to mention a couple of changes relevant to this thread:

  1. we do have the “stop builds” feature now: Builds: Stop builds feature available
  2. and that you no longer need to create a shell script for more complex ignore commands - things like “command1; command2 && command3” should now work.