Skip to content

Commit

Permalink
Merge pull request openshift#304 from kikisdeliveryservice/public-rhc…
Browse files Browse the repository at this point in the history
…os-ami

jenkins: Make RHCOS AMI Public
  • Loading branch information
openshift-merge-robot authored Sep 19, 2018
2 parents cacf859 + f5958a5 commit cbf624c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile.aws-test
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ node(NODE) {
cp ${dirpath}/aws-${AWS_REGION}-smoketested.json ${images}/aws-${AWS_REGION}-tested.json
aws ec2 modify-image-attribute \
--image-id ${ami_intermediate} \
--launch-permission '{"Add":[{"UserId":"${AWS_CI_ACCOUNT}"}]}'
--launch-permission '{"Add":[{"Group":"all"}]}'
"""
}
}
Expand Down

0 comments on commit cbf624c

Please sign in to comment.