Skip to content

Commit aefd6f9

Browse files
committed
ci: checkout build.conf in atf branch after adding it there and move comment
1 parent cf433d5 commit aefd6f9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,15 +163,15 @@ jobs:
163163
fi
164164
fi
165165
echo "::endgroup::"
166-
# we do not need u-boot.bin for all devices
167-
# only one sdmmc and emmc version (chain loading)
168-
rm -f build.conf
166+
git checkout build.conf
169167
else
170168
echo "::group::baseimage-no-atf"
171169
bash build.sh createimg non-interactive
172170
echo "::endgroup::"
173171
git checkout build.conf
174172
fi
173+
# we do not need u-boot.bin for all devices
174+
# only one sdmmc and emmc version (chain loading)
175175
if [[ ! "${BOOT}" =~ mmc ]]; then
176176
echo "cleanup non-mmc u-boot.bin"
177177
rm u-boot*${BOOT}.bin

0 commit comments

Comments
 (0)