Skip to content

Commit

Permalink
set install vars to jessie
Browse files Browse the repository at this point in the history
  • Loading branch information
rubo77 committed Apr 7, 2017
1 parent c0afe48 commit fc09a62
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ set -x

MACHINE=$1

# optional: if you have brances in your own repo that should be merged add the repo here (example: 'https://github.com/...')
FFNORD_TESTING_REPO='https://github.com/ffnord/ffnord-puppet-gateway'
# optional: if you have brances in your own repo that should be merged add the repo here
# example: FFNORD_TESTING_REPO='https://github.com/ffnord/ffnord-puppet-gateway'
FFNORD_TESTING_REPO=''
# and add the branches here (komma separated):
FFNORD_TESTING_BRANCHES=('jessie')
FFNORD_TESTING_BRANCHES=('')

SCRIPTPATH="/vagrant"
MACHINE_PATH="$SCRIPTPATH/machines/${MACHINE}/"
Expand Down

0 comments on commit fc09a62

Please sign in to comment.