From ff180eb95590fe48f3ead5b1d191af577325035d Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Thu, 10 Dec 2020 21:09:10 -0500 Subject: [PATCH] simplify build --- Vagrantfile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index c7d911bf..9c2d4f8f 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -61,11 +61,8 @@ Vagrant.configure("2") do |config| # Initialize the system cd ${HOME}/bubble && ./bin/first_time_ubuntu.sh - # Clone and build all dependencies - SKIP_BUBBLE_BUILD=1 ./bin/first_time_setup.sh - - # Build the bubble jar - ./bin/bbuild 2>&1 | tee /tmp/build.log + # Clone and build all dependencies, build the Bubble jar + ./bin/first_time_setup.sh # Write bubble API port echo \"export BUBBLE_SERVER_PORT=${BUBBLE_PORT}\" > ~/.bubble.env