liip/RMT

Error "you must provide a [name] value"

sebastien-roch opened this issue · 4 comments

The following config make RMT release explode:

pre-release-actions:
    - "bin/ShellScriptLauncher.php":
        command: "app/console assets:install web --symlink --env=prod"
    - "bin/ShellScriptLauncher.php":
        command: "app/console assetic:dump --env=prod"
    - "changelog-update":
        format: semantic
    - vcs-commit

error:

[Liip\RMT\Config\Exception]                                                                     
  Config error: Missing information for [pre-release-actions_2], you must provide a [name] value

If I remove the changelog-update lines, it works. If I move the changelog-update to the top of the list, it works.

Try

vcs-commit: ~

Sent from my phone
Le 27 mai 2014 10:33, "Sébastien Roch" notifications@github.com a écrit :

The following config make RMT release explode:

pre-release-actions:
- "bin/ShellScriptLauncher.php":
command: "app/console assets:install web --symlink --env=prod"
- "bin/ShellScriptLauncher.php":
command: "app/console assetic:dump --env=prod"
- "changelog-update":
format: semantic
- vcs-commit

error:

[Liip\RMT\Config\Exception]
Config error: Missing information for [pre-release-actions_2], you must provide a [name] value

If I remove the changelog-update lines, it works. If I move the
changelog-update to the top of the list, it works.


Reply to this email directly or view it on GitHubhttps://github.com//issues/68
.

nope, same error

just a wild guess, comparing it to my configs, "changelog-update" i don't have quotes around it (i might be wrong)

@ppetermann I didn't put quotes originally, and it was already exploding