Re: question about ci status badge

2016-02-26 Thread Achilleas Pipinellis
On 02/24/2016 03:29 PM, Piotr Lewicki wrote: > OMG. I'm a little embarrassed now. > Renaming from README to README.md did the trick. > Now the badge is being displayed correctly with the line: > > [![build > status](https:/badges/master/build.svg)](https:/badges/master/build.svg) > > Th

Re: question about ci status badge

2016-02-24 Thread Piotr Lewicki
OMG. I'm a little embarrassed now. Renaming from README to README.md did the trick. Now the badge is being displayed correctly with the line: [![build status](https:/badges/master/build.svg)](https:/badges/master/build.svg) Thank you. W dniu środa, 24 lutego 2016 11:15:01 UTC+1 użytko

Re: question about ci status badge

2016-02-24 Thread Jeroen de Neef
Hallo Piotr, What do you get to see when you save the README file? Can you maybe add a screenshot as an attachment? If you are unsure if GitLab recognizes the file as written in markdown, try to modify the file name from README to README.md Kind regards, Jeroen 2016-02-24 10:32 GMT+01:00 Piotr

Re: question about ci status badge

2016-02-24 Thread Piotr Lewicki
Thank you. I forgot to write that I have already used that and it is not working. On the other hand I'm not sure if Markdown in README file is recognized. When I'm editing README via gitlab-project page I can choose from drop-down that it's either "text" or "base64". Shouldn't that be a drop-down

Re: question about ci status badge

2016-02-24 Thread Jeroen de Neef
Hi Piotr, Try using this. [![build status](https://ci.my_gitlab_url/projects/PROJECT_INTEGER/status.svg?ref=master)](https://ci.my_gitlab_url/projects/PROJECT_INTEGER?ref=master) Just look at https://gitlab.com/gitlab-org/gitlab-ce/blob/master/README.md and https://gitlab.com/gitlab-org/gitlab-