Re: Gitlab CI shell on Windows only runs before_script

2016-09-20 Thread Drew Blessing
I'm glad to hear this has been resolved. -- You received this message because you are subscribed to the Google Groups "GitLab" group. To unsubscribe from this group and stop receiving emails from it, send an email to gitlabhq+unsubscr...@googlegroups.com. To view this discussion on the web visi

Re: Gitlab CI shell on Windows only runs before_script

2016-09-19 Thread dsbert
I found a solution to this issue. It appears using the platform default shell (cmd.exe) was causing the runner to exit with a successful build on the first return code from a command, ignoring the rest of the commands. Changing the shell to "powershell" in the runner config.toml resulted in all

Re: Gitlab CI shell on Windows only runs before_script

2016-08-29 Thread dsbert
I'm not quite sure what you are asking for in regards to script lines to add the job. I downloaded the gitllab runner (vers. 1.4.2) to my local machine. I ran through the basic set up, using the token from my gitlab repository and registered it as a service. I then added the .gitlab-ci.yml file

Re: Gitlab CI shell on Windows only runs before_script

2016-08-23 Thread Drew Blessing
Can you show the syntax you used to add both script lines to the actual job? Also, please share the build output if you can (sanitize stuff, if necessary). What runner version are you using? -- You received this message because you are subscribed to the Google Groups "GitLab" group. To unsubsc