Skip to content

Commit

Permalink
[ADC Build Image] Source AWS_CA_BUNDLE during build
Browse files Browse the repository at this point in the history
  • Loading branch information
hgreebe committed Oct 16, 2024
1 parent 02ec700 commit ad859eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cookbooks/aws-parallelcluster-awsbatch/recipes/install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
curl --retry 3 -L -o aws-parallelcluster.tgz ${custom_package_url}
mkdir aws-parallelcluster-awsbatch-cli
tar -xzf aws-parallelcluster.tgz --directory aws-parallelcluster-awsbatch-cli
cd aws-parallelcluster-awsbatch-cli/*aws-parallelcluster-*
cd aws-parallelcluster-awsbatch-cli/*aws-parallelcluster*
#{node['cluster']['awsbatch_virtualenv_path']}/bin/pip install awsbatch-cli/
CLI
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
rm -fr aws-parallelcluster-custom-node
mkdir aws-parallelcluster-custom-node
tar -xzf aws-parallelcluster-node.tgz --directory aws-parallelcluster-custom-node
cd aws-parallelcluster-custom-node/*aws-parallelcluster-node-*
cd aws-parallelcluster-custom-node/*aws-parallelcluster-node*
pip install .
deactivate
NODE
Expand Down

0 comments on commit ad859eb

Please sign in to comment.