Sha256: a8e5361e2851b7e3ff3bcd70e3ef59ef7b8f7a452986c76375d28f90c62dc502

Contents?: true

Size: 271 Bytes

Versions: 1

Compression:

Stored size: 271 Bytes

Contents

#!/bin/bash

set -e

#export PACKER_LOG=1
rm packer_virtualbox_virtualbox.box || true
packer build -var-file ~/.rackspace-creds.json -only=virtualbox packer.json
vagrant box remove vagrant_machine || true
vagrant box add vagrant_machine packer_virtualbox_virtualbox.box

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
polytrix-0.0.1 packer/create_box.sh