Skip to content

Commit f22884f

Browse files
committed
test
1 parent 2aaace1 commit f22884f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cookbooks/aws-parallelcluster-platform/recipes/install/cookbook_virtualenv.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
code <<-REQ
5151
#{virtualenv_path}/bin/pip install -r fail-pls
5252
if [ $? -ne 0 ]; then
53+
cd #{node['cluster']['base_dir']}
5354
tar xzf cookbook-dependencies.tgz
5455
cd dependencies
5556
#{virtualenv_path}/bin/pip install * -f ./ --no-index

0 commit comments

Comments
 (0)