This repository was archived by the owner on Jun 20, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed
Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 11CONFIG_THERMAL_SWITCH=y
22CONFIG_KERNEL_CUSTOM_E7S=y
3- CONFIG_LOCALVERSION="-rad-v5.4.1 "
3+ CONFIG_LOCALVERSION="-rad-v5.5 "
44# CONFIG_LOCALVERSION_AUTO is not set
55# CONFIG_USELIB is not set
66CONFIG_AUDIT=y
Original file line number Diff line number Diff line change 11CONFIG_THERMAL_SWITCH=y
22CONFIG_KERNEL_CUSTOM_E7S=y
3- CONFIG_LOCALVERSION="-rad-v5.4.1 "
3+ CONFIG_LOCALVERSION="-rad-v5.5 "
44# CONFIG_LOCALVERSION_AUTO is not set
55# CONFIG_USELIB is not set
66CONFIG_AUDIT=y
Original file line number Diff line number Diff line change @@ -13,11 +13,10 @@ steps:
1313 commands :
1414 - " export TG_BOT_API"
1515 - pacman -Sy base-devel bc llvm curl zip wget git --noconfirm
16- - git clone --depth=1 --quiet https://github.com/theradcolor/android_kernel_xiaomi_whyred.git -b ${DRONE_COMMIT_BRANCH} source
17- - cd source
16+ - git clone --depth=1 --quiet https://github.com/theradcolor/android_kernel_xiaomi_whyred.git -b ${DRONE_COMMIT_BRANCH} source && cd source
1817 - git clone --depth=1 --quiet https://github.com/theradcolor/lazyscripts.git -b master
1918 - sed -i "s/BOT_TOKEN=.*/BOT_TOKEN=$TG_BOT_API/g" lazyscripts/ci-scripts/ci-rad
20- - script -c "bash -x lazyscripts/ci-scripts/ci-rad --oldcam --aosp-clang" build.log
19+ - script -c "bash -x lazyscripts/ci-scripts/ci-rad --oldcam --aosp-clang" build.log && bash /drone/src/source/lazyscripts/ci-scripts/logger
2120
2221---
2322kind : pipeline
3534 commands :
3635 - " export TG_BOT_API"
3736 - pacman -Sy base-devel bc llvm curl zip wget git --noconfirm
38- - git clone --depth=1 --quiet https://github.com/theradcolor/android_kernel_xiaomi_whyred.git -b ${DRONE_COMMIT_BRANCH} source
39- - cd source
37+ - git clone --depth=1 --quiet https://github.com/theradcolor/android_kernel_xiaomi_whyred.git -b ${DRONE_COMMIT_BRANCH} source && cd source
4038 - git clone --depth=1 --quiet https://github.com/theradcolor/lazyscripts.git -b master
4139 - sed -i "s/BOT_TOKEN=.*/BOT_TOKEN=$TG_BOT_API/g" lazyscripts/ci-scripts/ci-rad
42- - script -c "bash -x lazyscripts/ci-scripts/ci-rad --newcam --aosp-clang" build.log
40+ - script -c "bash -x lazyscripts/ci-scripts/ci-rad --newcam --aosp-clang" build.log && bash /drone/src/source/lazyscripts/ci-scripts/logger
You can’t perform that action at this time.
0 commit comments