Commit ee54f50 1 parent 713efad commit ee54f50 Copy full SHA for ee54f50
File tree 1 file changed +1
-1
lines changed
templates/al2023/provisioners
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ sudo dnf swap -y gnupg2-minimal gnupg2-full
35
35
# #########################################################################################
36
36
# ## Download installer ###################################################################
37
37
# #########################################################################################
38
- if [ ${PARTITION} == " aws-iso-f " ] || [ ${PARTITION} == " aws-iso- e" ]; then
38
+ if [ ${PARTITION} == " aws-iso-e" ]; then
39
39
aws s3 cp --region ${BINARY_BUCKET_REGION} s3://${BINARY_BUCKET_NAME} /rpms/${EFA_PACKAGE} .
40
40
aws s3 cp --region ${BINARY_BUCKET_REGION} s3://${BINARY_BUCKET_NAME} /rpms/aws-efa-installer.key . && gpg --import aws-efa-installer.key
41
41
aws s3 cp --region ${BINARY_BUCKET_REGION} s3://${BINARY_BUCKET_NAME} /rpms/${EFA_PACKAGE} .sig .
You can’t perform that action at this time.
0 commit comments