mirror of
https://github.com/hashicorp/packer.git
synced 2026-04-23 07:07:16 -04:00
remove rebase duplicate
This commit is contained in:
parent
6a85f5aed7
commit
d5bf9277ce
1 changed files with 0 additions and 4 deletions
|
|
@ -15,10 +15,6 @@ DIR="$( cd -P "$( dirname "$SOURCE" )/.." && pwd )"
|
|||
# Change into that directory
|
||||
cd $DIR
|
||||
|
||||
# Determine the arch/os combos we're building for
|
||||
XC_ARCH=${XC_ARCH:-"386 amd64 arm arm64 ppc64le"}
|
||||
XC_OS=${XC_OS:-linux darwin windows freebsd openbsd solaris}
|
||||
|
||||
# Delete the old dir
|
||||
echo "==> Removing old directory..."
|
||||
rm -f bin/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue