Skip to content

Commit 4c4e3ab

Browse files
committed
Fixed repo pinning
1 parent 20c5104 commit 4c4e3ab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc-builder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function update_repositories() {
4848
if [ -f ./scripts/sbcli.lock ]; then
4949
echo "Found sbcli.lock, checking out locked reference..."
5050
pushd ./scripts/sbcli-repo
51-
git reset --hard "$(cat ../sbcli.lock)"
51+
git checkout "$(cat ../sbcli.lock)"
5252
popd
5353
fi
5454
else

scripts/sbcli.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
origin/R25.3-PRE

0 commit comments

Comments
 (0)