Skip to content
This repository has been archived by the owner on Nov 29, 2017. It is now read-only.

Commit

Permalink
need to use $TMPDIR else run out of root disk possibly
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed Jan 21, 2013
1 parent fe9f6c4 commit 2a18420
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ set -u # report the usage of uninitialized variables
MICRO_BOSH_STEMCELL_PATH=/var/vcap/store/stemcells/$MICRO_BOSH_STEMCELL_NAME

export COLUMNS=80 # force a small width for progress bar
export TMPDIR=/var/vcap/store/tmp

cd /var/vcap/store/microboshes/deployments/
bosh -n micro deployment $BOSH_NAME
Expand Down

0 comments on commit 2a18420

Please sign in to comment.