We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fefc22c commit c037c33Copy full SHA for c037c33
1 file changed
buildspec_stage_release.yml
@@ -29,7 +29,7 @@ phases:
29
# Print information about the release for review. Prevent major version bumps (these warrant extra scrutiny)
30
- export NEW_VERSION=`cat VERSION`
31
- export GIT_COMMIT_ID=`git rev-parse HEAD`
32
- - echo "Commit ID to release: $GIT_COMMIT_ID"
+ - "echo Commit ID to release: $GIT_COMMIT_ID"
33
- |-
34
if echo "$NEW_VERSION" | grep -q "^1\."
35
then
@@ -44,7 +44,7 @@ phases:
44
45
# Build release binaries
46
- make stage-release-binaries
47
- - echo "Built artifacts:"
+ - "echo Built artifacts:"
48
- ls -lah ./bin/release-$NEW_VERSION
49
- ./bin/release-$NEW_VERSION/linux-amd64-img2lambda --version
50
0 commit comments