Skip to content

Commit e63ed0e

Browse files
build: add release buildspec
1 parent fcab785 commit e63ed0e

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

buildspec.release-lambda.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 0.2
2+
3+
phases:
4+
build:
5+
commands:
6+
- echo $CODEBUILD_RESOLVED_SOURCE_VERSION

buildspec.release-mgmt.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 0.2
2+
3+
phases:
4+
build:
5+
commands:
6+
- echo $CODEBUILD_RESOLVED_SOURCE_VERSION

0 commit comments

Comments
 (0)