We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20c5104 commit 4c4e3abCopy full SHA for 4c4e3ab
doc-builder
@@ -48,7 +48,7 @@ function update_repositories() {
48
if [ -f ./scripts/sbcli.lock ]; then
49
echo "Found sbcli.lock, checking out locked reference..."
50
pushd ./scripts/sbcli-repo
51
- git reset --hard "$(cat ../sbcli.lock)"
+ git checkout "$(cat ../sbcli.lock)"
52
popd
53
fi
54
else
scripts/sbcli.lock
@@ -0,0 +1 @@
1
+origin/R25.3-PRE
0 commit comments