We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e4a1c4 commit 258a48eCopy full SHA for 258a48e
entrypoint.sh
@@ -47,14 +47,14 @@ cd /build-kernel/linux
47
git fetch --all --tags
48
if [ "mariner" = "$OS_ID" ]; then
49
git branch -D rolling-lts/mariner || :
50
- git checkout -b rolling-lts/mariner -t origin/rolling-lts/mariner || :
+ git checkout -b rolling-lts/mariner -t origin/rolling-lts/mariner-3/6.6.96.1 || :
51
else
52
git branch -D tag/$LINUX_VERSION || :
53
git checkout -b tag/$LINUX_VERSION refs/tags/$LINUX_VERSION || :
54
fi
55
56
if "$CI"; then
57
- rm -rf .git || :
+ rm -rf .git
58
59
60
$MAKE $MAKE_OPTS clean
0 commit comments