fixup! pkd/debian: Clone full git branch to make 'git am -3' work

Re-add target directory. This got dropped accidentally with the last
change.
This commit is contained in:
Maximilian Luz 2021-08-01 16:39:27 +02:00
parent 365b15f8ef
commit 780af34a1f
No known key found for this signature in database
GPG key ID: 70EC0937F6C26F02
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@ jobs:
# get ubuntu mainline source
# see https://kernel.ubuntu.com/~kernel-ppa/mainline
git clone "$MAINLINE_REPO" --branch "$MAINLINE_BRANCH/v$KERNEL_VERSION" --single-branch
git clone "$MAINLINE_REPO" --branch "$MAINLINE_BRANCH/v$KERNEL_VERSION" --single-branch linux
cd linux

View file

@ -43,7 +43,7 @@ jobs:
# get ubuntu mainline source
# see https://kernel.ubuntu.com/~kernel-ppa/mainline
git clone "$MAINLINE_REPO" --branch "$MAINLINE_BRANCH/v$KERNEL_VERSION" --single-branch
git clone "$MAINLINE_REPO" --branch "$MAINLINE_BRANCH/v$KERNEL_VERSION" --single-branch linux
cd linux