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: Are project wikis usable through the web MR interface?

2016-09-19 Thread Divan Santana
Jon Leech writes: > I've been able to clone / push updates to our gitlab project wiki, but I > can't see if there's any way to use it through the web interface - e.g. > push a branch to the project.wiki repo and propose an MR from that to > master. Is this interface available? Documentation on