plugins/shell.md explains aborting after failure

This commit is contained in:
Simon Heimberg 2017-07-17 23:26:46 +02:00 committed by GitHub
parent 5db6d63a50
commit 50ad31e2d2

View file

@ -28,6 +28,7 @@ setup:
- "%BUILD_PATH%/bin/console build"
```
When a command fails, the remaining ones are not run.
#### Each new command forgets about what was before
So if you want cd to directory and then run script there, combine those two commands into one like: