Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Wendel <[email protected]>
  • Loading branch information
KwadFan committed Feb 19, 2024
1 parent dc845a3 commit bbde985
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ runs:
fi
CONFIG_BASE_DIR="./repository/config"
DEFAULT_CONF="./repository/config/config-defaults.conf"
SBC_CONFIG="${CONFIG_BASE_DIR}/${SBC}"
DEFAULT_CONF="${CONFIG_BASE_DIR}/config-defaults.conf"
TMP_CONFIG="/tmp/config.tmp"
CONFIG_PATH="./repository/src/config"
Expand Down Expand Up @@ -95,8 +94,8 @@ runs:
main() {
generate_header
concat_helper "${DEFAULT_CONF}"
concat_helper "${SBC_CONFIG}/${TYPE_CONFIG}"
concat_helper "${SBC_CONFIG}/${BOARD_CONFIG}"
concat_helper "${CONFIG_BASE_DIR}/${TYPE_CONFIG}"
concat_helper "${CONFIG_BASE_DIR}/${TYPE}/${SBC}.conf"
generate_exports
copy_config
Expand Down

0 comments on commit bbde985

Please sign in to comment.