Loading hook-scripts/post-receive/auto-build +2 −2 Original line number Diff line number Diff line Loading @@ -210,10 +210,10 @@ build () ( unset GIT_DIR git fetch origin git checkout "${ref/heads/remotes/origin}" git checkout -B "${ref/heads\//}" "${ref/heads/remotes/origin}" git clean -f -d -q -x git reset --hard ) >&2 ) # get the settings for this build profile=`config "$confsec" profile || determine_profile` Loading Loading
hook-scripts/post-receive/auto-build +2 −2 Original line number Diff line number Diff line Loading @@ -210,10 +210,10 @@ build () ( unset GIT_DIR git fetch origin git checkout "${ref/heads/remotes/origin}" git checkout -B "${ref/heads\//}" "${ref/heads/remotes/origin}" git clean -f -d -q -x git reset --hard ) >&2 ) # get the settings for this build profile=`config "$confsec" profile || determine_profile` Loading