We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36b7f50 commit 76b3ae5Copy full SHA for 76b3ae5
Jenkinsfile.aws-test
@@ -59,6 +59,9 @@ node(NODE) {
59
fi
60
61
cp ${dirpath}/aws-${AWS_REGION}-smoketested.json ${images}/aws-${AWS_REGION}-tested.json
62
+ aws ec2 create-tags \
63
+ --resources ${ami_intermediate} \
64
+ --tags rhcos_tag=alpha
65
aws ec2 modify-image-attribute \
66
--image-id ${ami_intermediate} \
67
--launch-permission '{"Add":[{"Group":"all"}]}'
0 commit comments