File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
aws-parallelcluster-awsbatch/recipes
aws-parallelcluster-computefleet/recipes/install Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4343 curl --retry 3 -L -o aws-parallelcluster.tgz ${custom_package_url}
4444 mkdir aws-parallelcluster-awsbatch-cli
4545 tar -xzf aws-parallelcluster.tgz --directory aws-parallelcluster-awsbatch-cli
46- cd aws-parallelcluster-awsbatch-cli/*aws-parallelcluster- *
46+ cd aws-parallelcluster-awsbatch-cli/*aws-parallelcluster*
4747
4848 #{ node [ 'cluster' ] [ 'awsbatch_virtualenv_path' ] } /bin/pip install awsbatch-cli/
4949 CLI
Original file line number Diff line number Diff line change 5656 rm -fr aws-parallelcluster-custom-node
5757 mkdir aws-parallelcluster-custom-node
5858 tar -xzf aws-parallelcluster-node.tgz --directory aws-parallelcluster-custom-node
59- cd aws-parallelcluster-custom-node/*aws-parallelcluster-node- *
59+ cd aws-parallelcluster-custom-node/*aws-parallelcluster-node*
6060 pip install .
6161 deactivate
6262 NODE
You can’t perform that action at this time.
0 commit comments