Skip to content

Instantly share code, notes, and snippets.

@aussielunix
Created June 6, 2013 12:49
Show Gist options
  • Save aussielunix/5721245 to your computer and use it in GitHub Desktop.
Save aussielunix/5721245 to your computer and use it in GitHub Desktop.
# Setup variables
BUNDLE_PATH=$JENKINS_HOME/jobs/$JOB_NAME/shared/bundle
# Setup dependencies
mkdir -p $BUNDLE_PATH
bundle install --path=$BUNDLE_PATH
bundle exec fpm-cook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment