Skip to content

Conversation

@nicolasnoble
Copy link

By writing { s(func) } instead of s(func), the return value of each individual build step is being ignored, and if one step in the chain failed, the whole deployment would still continue anyway, instead of the error being caught and displayed properly.

By writing `{ s(func) }` instead of `s(func)`, the return value of each individual build step is being ignored, and if one step in the chain failed, the whole deployment would still continue anyway, instead of the error being caught and displayed properly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant