Browse Source

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.
Maximilian Luz 4 years ago
parent
commit
780af34a1f
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/debian.yml
  2. 1 1
      .github/workflows/debian_lts.yml

+ 1 - 1
.github/workflows/debian.yml

@@ -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
 

+ 1 - 1
.github/workflows/debian_lts.yml

@@ -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