diff --git a/arch/arm64/configs/whyred-newcam_defconfig b/arch/arm64/configs/whyred-newcam_defconfig index c56fbe97c017..c441d147d468 100644 --- a/arch/arm64/configs/whyred-newcam_defconfig +++ b/arch/arm64/configs/whyred-newcam_defconfig @@ -1,6 +1,6 @@ CONFIG_THERMAL_SWITCH=y CONFIG_KERNEL_CUSTOM_E7S=y -CONFIG_LOCALVERSION="-rad-v5.4.1" +CONFIG_LOCALVERSION="-rad-v5.5" # CONFIG_LOCALVERSION_AUTO is not set # CONFIG_USELIB is not set CONFIG_AUDIT=y diff --git a/arch/arm64/configs/whyred_defconfig b/arch/arm64/configs/whyred_defconfig index 00790a43f5ab..525b5e52036d 100644 --- a/arch/arm64/configs/whyred_defconfig +++ b/arch/arm64/configs/whyred_defconfig @@ -1,6 +1,6 @@ CONFIG_THERMAL_SWITCH=y CONFIG_KERNEL_CUSTOM_E7S=y -CONFIG_LOCALVERSION="-rad-v5.4.1" +CONFIG_LOCALVERSION="-rad-v5.5" # CONFIG_LOCALVERSION_AUTO is not set # CONFIG_USELIB is not set CONFIG_AUDIT=y diff --git a/.drone.yml b/build.yml similarity index 87% rename from .drone.yml rename to build.yml index 15babdef061a..8cdd67899eb5 100644 --- a/.drone.yml +++ b/build.yml @@ -13,11 +13,10 @@ steps: commands: - "export TG_BOT_API" - pacman -Sy base-devel bc llvm curl zip wget git --noconfirm - - git clone --depth=1 --quiet https://github.com/theradcolor/android_kernel_xiaomi_whyred.git -b ${DRONE_COMMIT_BRANCH} source - - cd source + - git clone --depth=1 --quiet https://github.com/theradcolor/android_kernel_xiaomi_whyred.git -b ${DRONE_COMMIT_BRANCH} source && cd source - git clone --depth=1 --quiet https://github.com/theradcolor/lazyscripts.git -b master - sed -i "s/BOT_TOKEN=.*/BOT_TOKEN=$TG_BOT_API/g" lazyscripts/ci-scripts/ci-rad - - script -c "bash -x lazyscripts/ci-scripts/ci-rad --oldcam --aosp-clang" build.log + - script -c "bash -x lazyscripts/ci-scripts/ci-rad --oldcam --aosp-clang" build.log && bash /drone/src/source/lazyscripts/ci-scripts/logger --- kind: pipeline @@ -35,8 +34,7 @@ steps: commands: - "export TG_BOT_API" - pacman -Sy base-devel bc llvm curl zip wget git --noconfirm - - git clone --depth=1 --quiet https://github.com/theradcolor/android_kernel_xiaomi_whyred.git -b ${DRONE_COMMIT_BRANCH} source - - cd source + - git clone --depth=1 --quiet https://github.com/theradcolor/android_kernel_xiaomi_whyred.git -b ${DRONE_COMMIT_BRANCH} source && cd source - git clone --depth=1 --quiet https://github.com/theradcolor/lazyscripts.git -b master - sed -i "s/BOT_TOKEN=.*/BOT_TOKEN=$TG_BOT_API/g" lazyscripts/ci-scripts/ci-rad - - script -c "bash -x lazyscripts/ci-scripts/ci-rad --newcam --aosp-clang" build.log + - script -c "bash -x lazyscripts/ci-scripts/ci-rad --newcam --aosp-clang" build.log && bash /drone/src/source/lazyscripts/ci-scripts/logger