File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,11 @@ buildkite-agent artifact download build/mappings.yml build/
28
28
echo " --- Fetching latest git tags"
29
29
git fetch --tags
30
30
31
- echo " --- Building :cloudformation: templates"
31
+ echo " --- Building :cloudformation: CloudFormation templates"
32
32
make build/aws-stack.yml
33
33
34
+ echo " --- Uploading :cloudformation: CloudFormation templates"
35
+
34
36
# Publish the top-level mappings only on when we see the most recent tag on master
35
37
if is_latest_tag ; then
36
38
if ! is_prerelease_tag ; then
41
43
echo " Skipping publishing latest, '$BUILDKITE_TAG ' doesn't match '$( git describe origin/master --tags --match=' v*' ) '"
42
44
fi
43
45
44
- echo " --- Uploading :cloudformation: templates"
45
-
46
46
# Publish the most recent commit from each branch
47
47
s3_upload_templates " ${BUILDKITE_BRANCH} /"
48
48
You can’t perform that action at this time.
0 commit comments