We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35161e8 commit 71ba50cCopy full SHA for 71ba50c
.github/workflows/build.yml
@@ -686,7 +686,6 @@ jobs:
686
#Remove Dirty Flag
687
sed -i 's/-dirty//' ./common/scripts/setlocalversion
688
else
689
- cat ./common/scripts/setlocalversion
690
691
sed -i "/stable_scmversion_cmd/s/-maybe-dirty//g" ./build/kernel/kleaf/impl/stamp.bzl
692
@@ -698,7 +697,7 @@ jobs:
698
697
cd $KERNEL_ROOT/common
699
git config --global user.name "TheWildJames"
700
git config --global user.email "bins4us@hotmail.com"
701
-
+ git add .
702
git commit -m "Wild: Clean Dirty Flag"
703
704
- name: Build Kernel
0 commit comments