generate_CODEOWNERS.sh: more dummy functions
This commit is contained in:
parent
830d9c465b
commit
89c3c5b83d
9
.github/generate_CODEOWNERS.sh
vendored
9
.github/generate_CODEOWNERS.sh
vendored
@ -3,12 +3,9 @@
|
||||
SRC="$(realpath "${BASH_SOURCE%/*}/../")"
|
||||
|
||||
# Dummy function for successful source
|
||||
function display_alert() {
|
||||
:
|
||||
}
|
||||
function enable_extension() {
|
||||
:
|
||||
}
|
||||
function display_alert() { :; }
|
||||
function enable_extension() { :; }
|
||||
function add_packages_to_image() { :; }
|
||||
|
||||
# $1: board config
|
||||
function generate_for_board() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user