Skip to content

Commit c8063df

Browse files
chore(ci): restore blank line and add smoke test comment
1 parent 79b123d commit c8063df

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

codebuild/release/validate.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
version: 0.2
2+
23
phases:
34
install:
45
commands:
@@ -16,6 +17,7 @@ phases:
1617
- |
1718
while [ $NUM_RETRIES -gt 0 ]
1819
do
20+
# basic usability smoke test
1921
pip install "aws-encryption-sdk==$VERSION" && python -c "import aws_encryption_sdk; from aws_encryption_sdk import StrictAwsKmsMasterKeyProvider"
2022
if [ $? -eq 0 ]; then
2123
break

0 commit comments

Comments
 (0)