Skip to content

Commit

Permalink
Fix builder pinning (#64971)
Browse files Browse the repository at this point in the history
`git checkout release/1.9` should be work dir is changed to
`BUILDER_ROOT`
  • Loading branch information
malfet committed Sep 14, 2021
1 parent e2cb357 commit dfbd030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/scripts/binary_checkout.sh
Expand Up @@ -62,8 +62,8 @@ popd

# Clone the Builder master repo
retry git clone -q https://github.com/pytorch/builder.git "$BUILDER_ROOT"
git checkout release/1.9
pushd "$BUILDER_ROOT"
git checkout release/1.9
echo "Using builder from "
git --no-pager log --max-count 1
popd

0 comments on commit dfbd030

Please sign in to comment.