Interesting development, it appears that this is caused by a caching issue
with Chrome (latest). switching to a different computer or profile resolves
this issue. Suggesting it might be a token issue? odd.
So, nevermind my blabbering.
On Thursday, April 21, 2016 at 2:07:21 PM UTC-7, Steve Pala
When using GitLab.com, attempting to visit
https://gitlab.com/gitlab-org/gitlab-ce/issues gives a 500 error. This
seems to be limited to this area only as other links appear to be working
properly. For obvious reasons, a ticket was not created for this. This
issue popped up immediately after th
When i merge two branches seeding from master. It auto merges file and
creates duplicate code because of newline in second branch with same code
without showing conflict.
Scenario:
1. add new source code file into master branch text.cs and add sample C#
code up to 1000 lines .
2. See
I tried to login with github; since that wasn't working, I logged in with
google. Now my account is "thufir.hawat" instead of just "thufir" as on
github. How can I change it to "thufir"?
thanks,
Thufir
--
You received this message because you are subscribed to the Google Groups
"GitLab"
Thank you very much!
very useful!
--
Kalibekov Marat
8 777 4826322
On Thu, Apr 21, 2016 at 1:37 PM, Magnus Therning
wrote:
>
> Marat Kalibekov writes:
>
> > Hi all!
> > Is it possible to get branch name in build via some variable?
>
> Yupp. I have the following to print some information on ea
Marat Kalibekov writes:
> Hi all!
> Is it possible to get branch name in build via some variable?
Yupp. I have the following to print some information on each CI build:
REPO=${CI_BUILD_REPO:-NoRepo}
BRANCH=${CI_BUILD_REF:-NoBranch}
BUILD_NUM=${CI_BUILD_ID:-NoNum}
REPONAME=$(bas