Skip to content

Commit 201871b

Browse files
committed
.github/zephyr: de-hardcode the name of the zephyr remote
Fixes issue reported in stable-v2.7 thesofproject#8353 which wants to use our own, downstream Zephyr branch. Signed-off-by: Marc Herbert <marc.herbert@intel.com>
1 parent 9e0f7ee commit 201871b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/zephyr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
# both issues in no time.
168168
169169
cd zephyr
170-
git fetch --filter=tree:0 zephyrproject "$rem_rev":_branch_placeholder
170+
git fetch --filter=tree:0 "$(git remote |head -n1)" "$rem_rev":_branch_placeholder
171171
git branch -D _branch_placeholder
172172
173173
set -x

0 commit comments

Comments
 (0)