Skip to content

Commit 258a48e

Browse files
committed
fix for cbl mariner
1 parent 5e4a1c4 commit 258a48e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ cd /build-kernel/linux
4747
git fetch --all --tags
4848
if [ "mariner" = "$OS_ID" ]; then
4949
git branch -D rolling-lts/mariner || :
50-
git checkout -b rolling-lts/mariner -t origin/rolling-lts/mariner || :
50+
git checkout -b rolling-lts/mariner -t origin/rolling-lts/mariner-3/6.6.96.1 || :
5151
else
5252
git branch -D tag/$LINUX_VERSION || :
5353
git checkout -b tag/$LINUX_VERSION refs/tags/$LINUX_VERSION || :
5454
fi
5555

5656
if "$CI"; then
57-
rm -rf .git || :
57+
rm -rf .git
5858
fi
5959

6060
$MAKE $MAKE_OPTS clean

0 commit comments

Comments
 (0)