git - What branch does gitlab CI checkouts? -



git - What branch does gitlab CI checkouts? -

how lab ci determines git revision check out? far can tell, info not included in hook creates build in gitlab ci.

likewise, how determines branch checkout?

when create project gitlab ci, mention "default_ref"

default_ref (optional)

the branch run on (default master)

gitlab ci fetch branch, , run build script time new commits detected.

git gitlab-ci

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -