Skip to content

Commit cd1a01f

Browse files
author
Alexandra Iordache
committed
buildkite: update hook for new bzimage location
Signed-off-by: Alexandra Iordache <aghecen@amazon.com>
1 parent 5dfd461 commit cd1a01f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.buildkite/hooks/post-checkout

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ mkdir -p ${EXTRACT_PATH}
1313
wget $DEB_URL -P ${REPO_PATH}
1414
dpkg-deb -x ${DEB_PATH} ${EXTRACT_PATH}
1515

16-
17-
mv ${BZIMAGE_PATH} ${REPO_PATH}/src/loader/bzimage
16+
mv ${BZIMAGE_PATH} ${REPO_PATH}/src/loader/x86_64/bzimage/bzimage
1817
rm -r ${EXTRACT_PATH}
1918
rm -f ${DEB_PATH}
20-

0 commit comments

Comments
 (0)