Build finishes even though there are more steps to do
In a script like:
- script: |
bundle install --binstubs --path ~/gems
ssh -T git@dev.gitlab.org
make test
name: Ubuntu 12.04 master
branches: true
tags: false
runner: ubuntu1204
Build will exit after executing ssh -T git@dev.gitlab.org
.
@ayufan Wrote:
there is one bug in runner that if command consumes stdin it will behave as above
as a workaround try this:
: | make test