Skip to content

Commit dfbd030

Browse files
authored
Fix builder pinning (pytorch#64971)
`git checkout release/1.9` should be work dir is changed to `BUILDER_ROOT`
1 parent e2cb357 commit dfbd030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/scripts/binary_checkout.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ popd
6262

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

0 commit comments

Comments
 (0)