Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
Fixes Java jobclient path in Vagrantfile (#1736)
Browse files Browse the repository at this point in the history
  • Loading branch information
dposada authored Nov 11, 2020
1 parent 4e185df commit 601ba58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Vagrant.configure("2") do |config|
repo_root=/vagrant
bashrc=$HOME/.bashrc
# Cook jobclient setup
cd $repo_root/jobclient || exit 1
# Cook java jobclient setup
cd $repo_root/jobclient/java || exit 1
mvn install -DskipTests
# Python setup
Expand Down

0 comments on commit 601ba58

Please sign in to comment.