Skip to content
Snippets Groups Projects
Commit 5912e275 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Don't debug

parent 5a66d0a6
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,6 @@ username=gitlab ...@@ -16,7 +16,6 @@ username=gitlab
password=gitlab password=gitlab
curdir=`pwd` curdir=`pwd`
outdir="${curdir}/images" outdir="${curdir}/images"
boxdir="${curdir}/boxes"
# Expected app and image names (cannot really guess - wait for outputs and set # Expected app and image names (cannot really guess - wait for outputs and set
# as appropriate) # as appropriate)
...@@ -26,6 +25,7 @@ if [[ "$1" == "10.9" ]]; then ...@@ -26,6 +25,7 @@ if [[ "$1" == "10.9" ]]; then
guest_os_type="MacOS109_64" guest_os_type="MacOS109_64"
machine_name="macos109" machine_name="macos109"
xcode_sdk_version="109" xcode_sdk_version="109"
boxdir="${curdir}/macos10.9"
else else
echo "Version $1 is currently unsupported" echo "Version $1 is currently unsupported"
exit 1 exit 1
...@@ -68,7 +68,6 @@ fi ...@@ -68,7 +68,6 @@ fi
#-var update_system=0 \ #-var update_system=0 \
cd packer && \ cd packer && \
packer build \ packer build \
-debug \
-on-error=ask \ -on-error=ask \
-only virtualbox-iso \ -only virtualbox-iso \
-var iso_url="${image}" \ -var iso_url="${image}" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment