We are trying to set the timeout for a deployment command. It is running a ruby script that takes some arguments in the --parameter value and adding a colon at the end… but the build fails saying:
modifiers to _command_ must be a map
Action failed: Configure the build
We are following the docs https://circleci.com/docs/configuration/#modifiers to do this and do:
our_command_with_parameters:
timeout: 1200