Skip to content

Commit

Permalink
make RHCOS AMI public after kola tests run successfully
Browse files Browse the repository at this point in the history
  • Loading branch information
kikisdeliveryservice committed Sep 19, 2018
1 parent 27e892b commit 6dd20dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile.aws-test
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ node(NODE) {
aws ec2 modify-image-attribute \
--image-id ${ami_intermediate} \
--launch-permission '{"Add":[{"UserId":"${AWS_CI_ACCOUNT}"}]}'
aws ec2 modify-image-attribute \
--image-id ${ami_intermediate} \
--launch-permission '{"Add":[{"Group":"all"}]}'
"""
}
}
Expand Down

0 comments on commit 6dd20dc

Please sign in to comment.