Skip to content

Commit 71ba50c

Browse files
authored
Update build.yml
1 parent 35161e8 commit 71ba50c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,6 @@ jobs:
686686
#Remove Dirty Flag
687687
sed -i 's/-dirty//' ./common/scripts/setlocalversion
688688
else
689-
cat ./common/scripts/setlocalversion
690689
#Remove Dirty Flag
691690
sed -i "/stable_scmversion_cmd/s/-maybe-dirty//g" ./build/kernel/kleaf/impl/stamp.bzl
692691
sed -i 's/-dirty//' ./common/scripts/setlocalversion
@@ -698,7 +697,7 @@ jobs:
698697
cd $KERNEL_ROOT/common
699698
git config --global user.name "TheWildJames"
700699
git config --global user.email "bins4us@hotmail.com"
701-
700+
git add .
702701
git commit -m "Wild: Clean Dirty Flag"
703702
704703
- name: Build Kernel

0 commit comments

Comments
 (0)