Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit af634843 authored by Deepak Khatri's avatar Deepak Khatri :dog:
Browse files

Add git fetch

parent eb630126
Branches
Tags 1.0.20230720-wip6
No related merge requests found
Pipeline #5021 canceled with stage
in 2 minutes and 7 seconds
......@@ -121,6 +121,7 @@ elif [ "$CI_COMMIT_TAG" != "" ]; then
export GITLAB_USER=docs
export GITLAB_HOST=$CI_SERVER_HOST
export PROJECT_REPO=docs.beagleboard.io
git fetch --all -v
git checkout main
echo "git branch output check"
git branch
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment