Skip to content

Commit

Permalink
Merge pull request #322 from jlebon/pr/fix-tags
Browse files Browse the repository at this point in the history
aws-test: Fix create-tags syntax
  • Loading branch information
openshift-merge-robot authored Sep 27, 2018
2 parents 6588070 + 13856c2 commit a19a313
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 @@ -62,7 +62,7 @@ node(NODE) {
export AWS_DEFAULT_REGION=${AWS_REGION}
aws ec2 create-tags \
--resources ${ami_intermediate} \
--tags rhcos_tag=alpha
--tags Key=rhcos_tag,Value=alpha
aws ec2 modify-image-attribute \
--image-id ${ami_intermediate} \
--launch-permission '{"Add":[{"Group":"all"}]}'
Expand Down

0 comments on commit a19a313

Please sign in to comment.