File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,8 @@ if [[ $BUILDKITE_BRANCH == main || $BUILDKITE_TAG == "$BUILDKITE_BRANCH" || ${TA
138
138
fi
139
139
140
140
echo --- Tagging elastic ci stack release version
141
- echo Note: the same AMI may be used in multiple versions of the elastic stack, so we can\' t use the same tag key
141
+ echo " Note: the same AMI may be used in multiple versions of the elastic stack,"
142
+ echo " so we can't use the same tag key for each version."
142
143
if [[ $BUILDKITE_TAG == " $BUILDKITE_BRANCH " || ${TAG_VERSION:- false} == true ]]; then
143
144
tag-ami " $linux_amd64_source_image_id " " $source_region " " Version:${BUILDKITE_TAG} " true
144
145
tag-ami " $linux_arm64_source_image_id " " $source_region " " Version:${BUILDKITE_TAG} " true
You can’t perform that action at this time.
0 commit comments