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

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

ubuntu - Bash Script to Check That Files Are Being Created -