Skip to content

Commit

Permalink
Fix bootstrap script
Browse files Browse the repository at this point in the history
  • Loading branch information
malter committed Sep 24, 2019
1 parent 32edf67 commit 246fa65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap_magic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ logicalCpuCount=$([ $(uname) = 'Darwin' ] &&
lscpu -p | egrep -v '^#' | wc -l)
echo "autoprojEnv: false" > pybob.yml
echo "buildOptional: true" > pybob.yml
echo "buildconfAddress: git@github.com:dfki-ric/bagel-buildconf.git" >> pybob.yml
echo "buildconfAddress: https://github.com/dfki-ric/bagel_buildconf.git" >> pybob.yml
echo "buildconfBranch: master" >> pybob.yml
echo "defBuildType: debug" >> pybob.yml
echo "devDir: ${DEV_DIR}" >> pybob.yml
Expand Down

0 comments on commit 246fa65

Please sign in to comment.