Skip to content

Commit

Permalink
Lab actions are now run when cwd is scripts folder
Browse files Browse the repository at this point in the history
  • Loading branch information
nrchandan committed Feb 18, 2014
1 parent d9b7c39 commit 95c3608
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/VMManager/VMManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ def get_lab_spec(repo_name):

lab_spec = get_lab_spec(repo_name)
try:
os.chdir(GIT_CLONE_LOC+repo_name+"/scripts")
lar = LabActionRunner(get_build_installer_steps_spec(lab_spec))
lar.run_install_source()

Expand Down

0 comments on commit 95c3608

Please sign in to comment.