Skip to content

Commit

Permalink
buildkite: update hook for new bzimage location
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandra Iordache <[email protected]>
  • Loading branch information
Alexandra Iordache committed Mar 14, 2020
1 parent 06c2d6f commit bd6b09e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .buildkite/hooks/post-checkout
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ mkdir -p ${EXTRACT_PATH}
wget $DEB_URL -P ${REPO_PATH}
dpkg-deb -x ${DEB_PATH} ${EXTRACT_PATH}


mv ${BZIMAGE_PATH} ${REPO_PATH}/src/loader/bzimage
mv ${BZIMAGE_PATH} ${REPO_PATH}/src/loader/x86_64/bzimage/bzimage
rm -r ${EXTRACT_PATH}
rm -f ${DEB_PATH}

0 comments on commit bd6b09e

Please sign in to comment.