File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 53
53
git config --global user.email "[email protected] "
54
54
git config --global user.name "Your Name"
55
55
git remote -v
56
- # Sauce tag checks before rebasing
57
- git log --oneline --first-parent origin/${BASE_REF}..HEAD | grep -E -v "\[nrf (mergeup|fromtree|fromlist|noup)\]" && { echo 'Sauce tag missing'; exit 1; }
58
56
git rebase origin/${BASE_REF}
59
57
# debug
60
58
git log --pretty=oneline | head -n 10
71
69
# debug
72
70
ls -la
73
71
git log --pretty=oneline | head -n 10
74
- ./scripts/ci/check_compliance.py -m Codeowners -m Devicetree -m Gitlint -m Identity -m Nits -m pylint -m checkpatch -m KconfigBasic -c origin/${BASE_REF}..
72
+ ./scripts/ci/check_compliance.py -m Codeowners -m Devicetree -m Gitlint -m Identity -m Nits -m pylint -m checkpatch -m Kconfig -c origin/${BASE_REF}..
75
73
76
74
- name : upload-results
77
75
uses : actions/upload-artifact@master
You can’t perform that action at this time.
0 commit comments