mirror of https://github.com/ventoy/Ventoy.git
update script for jenkins
This commit is contained in:
parent
cc9ff41589
commit
c82e4296d3
|
@ -35,6 +35,7 @@ rm -f $DST_PATH2
|
|||
rm -f $VTEFI_PATH3
|
||||
[ -d ../../VDiskChain ] && rm -f $DST_PATH3
|
||||
|
||||
unset WORKSPACE
|
||||
source ./edksetup.sh
|
||||
|
||||
if [ "$EDKARCH" = "AARCH64" ]; then
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
rm -rf edk2-edk2-stable201911
|
||||
|
||||
unzip edk2-edk2-stable201911.zip
|
||||
unzip edk2-edk2-stable201911.zip > /dev/null
|
||||
|
||||
/bin/cp -a ./edk2_mod/edk2-edk2-stable201911 ./
|
||||
|
||||
|
|
Loading…
Reference in New Issue