Skip to content

Commit 083d60e

Browse files
committed
Formatting of a message
1 parent 4efb252 commit 083d60e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.buildkite/steps/copy.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@ if [[ $BUILDKITE_BRANCH == main || $BUILDKITE_TAG == "$BUILDKITE_BRANCH" || ${TA
138138
fi
139139

140140
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."
142143
if [[ $BUILDKITE_TAG == "$BUILDKITE_BRANCH" || ${TAG_VERSION:-false} == true ]]; then
143144
tag-ami "$linux_amd64_source_image_id" "$source_region" "Version:${BUILDKITE_TAG}" true
144145
tag-ami "$linux_arm64_source_image_id" "$source_region" "Version:${BUILDKITE_TAG}" true

0 commit comments

Comments
 (0)