Skip to content

Commit

Permalink
Fix local CI building from a specific commit (#1083)
Browse files Browse the repository at this point in the history
* Allows building from a commit and not the head of a branch. Specifically allow running from a detached commit like a release tag.

Authors:
  - David Gardner (https://github.com/dagardner-nv)

Approvers:
  - Michael Demoret (https://github.com/mdemoret-nv)

URL: #1083
  • Loading branch information
dagardner-nv authored Jul 26, 2023
1 parent e2b331a commit 7719873
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/scripts/bootstrap_local_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ git clone ${GIT_URL} Morpheus
cd Morpheus/
git checkout ${GIT_BRANCH}
git pull
git checkout ${GIT_COMMIT}

export MORPHEUS_ROOT=$(pwd)
export WORKSPACE=${MORPHEUS_ROOT}
Expand Down

0 comments on commit 7719873

Please sign in to comment.