Skip to content

Commit 19051ad

Browse files
committed
[ADC Build Image] Source AWS_CA_BUNDLE during build
1 parent 46f514b commit 19051ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cookbooks/aws-parallelcluster-awsbatch/recipes/install.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
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

cookbooks/aws-parallelcluster-computefleet/recipes/install/custom_parallelcluster_node.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
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

0 commit comments

Comments
 (0)