Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Commit c037c33

Browse files
authored
chore: fix yaml colons
1 parent fefc22c commit c037c33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildspec_stage_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ phases:
2929
# Print information about the release for review. Prevent major version bumps (these warrant extra scrutiny)
3030
- export NEW_VERSION=`cat VERSION`
3131
- export GIT_COMMIT_ID=`git rev-parse HEAD`
32-
- echo "Commit ID to release: $GIT_COMMIT_ID"
32+
- "echo Commit ID to release: $GIT_COMMIT_ID"
3333
- |-
3434
if echo "$NEW_VERSION" | grep -q "^1\."
3535
then
@@ -44,7 +44,7 @@ phases:
4444
4545
# Build release binaries
4646
- make stage-release-binaries
47-
- echo "Built artifacts:"
47+
- "echo Built artifacts:"
4848
- ls -lah ./bin/release-$NEW_VERSION
4949
- ./bin/release-$NEW_VERSION/linux-amd64-img2lambda --version
5050

0 commit comments

Comments
 (0)