Skip to content

Commit

Permalink
[FOR LOCAL TESTING ONLY] change node deps s3 bucket to local
Browse files Browse the repository at this point in the history
  • Loading branch information
hgreebe committed Jun 21, 2024
1 parent 0917d05 commit 174d671
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
mkdir aws-parallelcluster-custom-node
tar -xzf aws-parallelcluster-node.tgz --directory aws-parallelcluster-custom-node
aws s3 cp #{node['cluster']['artifacts_build_url']}/PyPi/#{node['kernel']['machine']}/node-dependencies.tgz node-dependencies.tgz --region #{node['cluster']['region']}
aws s3 cp s3://hgreebe-dependencies/archives/dependencies/PyPi/#{node['kernel']['machine']}/node-dependencies.tgz node-dependencies.tgz --region #{node['cluster']['region']}
tar xzf node-dependencies.tgz
cd node
#{node_virtualenv_path}/bin/pip install * -f ./ --no-index
Expand Down

0 comments on commit 174d671

Please sign in to comment.