1.1.1 complains about EOF after upgrade
After upgrading using packages on Ubuntu 14.04 to 1.1.1 CI is failing with:
gitlab-ci-multi-runner 1.1.1 (a127706)
Using Shell executor...
/bin/bash: line 1: unexpected EOF while looking for matching `''
/bin/bash: line 2: syntax error: unexpected end of file
ERROR: Build failed: exit status 2
There were no quotes in my .gitlab-ci.yml file and it isn't making it to any bash scripts (only bash commands).
I have reduced the yml file to this simple case which still fails:
stages:
- pre
pre-check1:
stage: pre
script:
- echo "Test"