Skip to content

Commit

Permalink
Merge branch 'ci/remote_branch_update' into 'master'
Browse files Browse the repository at this point in the history
ci(esp_hosted_ng): update remote branch name

See merge request app-frameworks/esp_hosted!540
  • Loading branch information
mantriyogesh committed Nov 15, 2024
2 parents f02e190 + c925bd9 commit 927a34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab/ci/check_hosted_ng_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function check_version_update() {
local version_file="${HOSTED_NG_PATH}/esp/esp_driver/network_adapter/main/include/esp_fw_version.h"

# Determine the base commit for the MR
local target_branch="${CI_MERGE_REQUEST_TARGET_BRANCH_NAME:-main}"
local target_branch="${CI_MERGE_REQUEST_TARGET_BRANCH_NAME:-master}"
local base_commit
base_commit=$(git merge-base HEAD "origin/$target_branch")

Expand Down

0 comments on commit 927a34f

Please sign in to comment.