Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Subshell was a bad choice
Browse files Browse the repository at this point in the history
  • Loading branch information
vito committed Sep 19, 2013
1 parent ada38c7 commit f8d1356
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions packages/dea_next/packaging
Expand Up @@ -3,14 +3,12 @@ set -e

cp -a dea_next/* ${BOSH_INSTALL_TARGET}

(
cd ${BOSH_INSTALL_TARGET}
/var/vcap/packages/ruby/bin/bundle install --local --deployment --without=development test
cd ${BOSH_INSTALL_TARGET}
/var/vcap/packages/ruby/bin/bundle install --local --deployment --without=development test

GOLANG_PATH=`readlink -nf /var/vcap/packages/golang`
PATH=$GOLANG_PATH/bin:$PATH
export GOROOT=`readlink -nf /var/vcap/packages/golang`
GOLANG_PATH=`readlink -nf /var/vcap/packages/golang`
PATH=$GOLANG_PATH/bin:$PATH
export GOROOT=`readlink -nf /var/vcap/packages/golang`

cd ${BOSH_INSTALL_TARGET}/go
bin/go install runner
)
cd ${BOSH_INSTALL_TARGET}/go
bin/go install runner

0 comments on commit f8d1356

Please sign in to comment.