diff --git a/buildbot/buildbot_steps.sh b/buildbot/buildbot_steps.sh index 099ae70..219c079 100755 --- a/buildbot/buildbot_steps.sh +++ b/buildbot/buildbot_steps.sh @@ -4,12 +4,12 @@ function clone_ipxe_upstream() { local ipxe_src_dir="$1" - if [ -d "$ipxe_src_dir" ]; then - >&2 echo "Clone dir location already exists." - return 1 - fi + #if [ -d "$ipxe_src_dir" ]; then + # >&2 echo "Clone dir location already exists." + # return 1 + #fi - git clone git://git.ipxe.org/ipxe.git "$ipxe_src_dir" || return 1 + #git clone git://git.ipxe.org/ipxe.git "$ipxe_src_dir" || return 1 cd "$ipxe_src_dir" # Known good commit